-
Notifications
You must be signed in to change notification settings - Fork 397
Description
Is your feature request related to a problem? Please describe.
Within existing quantity Length there is no units often used for "base pair (bp)"
Describe the solution you'd like
Base pairs (bp) is a unit of measurement for the length of nucleic acid sequences.
Will be nice to extend the quantity Length (if it's the proper one) to include base pairs (bp) such as shown in Wikipedia article, section Length measurements,
The following abbreviations are commonly used to describe the length of a D/RNA molecule:
bp = base pair—one bp corresponds to approximately 3.4 Å (340 pm) of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively.
kb (= kbp) = kilo–base-pair = 1,000 bp
Mb (= Mbp) = mega–base-pair = 1,000,000 bp
Gb (= Gbp) = giga–base-pair = 1,000,000,000 bp
Describe alternatives you've considered
None. Using other length units for 'Base pairs' is not common.