Off topic:Organism With The Chromosome With The Largest Number Of Bases?
2
2
Entering edit mode
11.6 years ago

To vet the genomic coordinate input going into my application, I'm trying to write sensible limits that will be agnostic about organism (hopefully remaining so, even as more organisms are sequenced).

As an example of what I'm after, a coordinate pair should always be between 0 (or 1, depending on index) and some (hopefully sensible) upper bound, e.g. 1010 bases.

I've read that Protopterus aethiopicus has the largest genome at 133 billion base pairs. But what are the sizes of its chromosomes?

Alternatively, are there organisms with smaller genomes, but very large chromosomes?

Essentially, I'm looking for the largest chromosome irrespective of organism, so that I can multiply by a safety factor and be done. Does anyone know what this value might be, given those genomes that have been sequenced or otherwise had their genomic sizes approximated?

(Not so much interested in alternatives to setting an the upper bound, like using dynamically-allocated memory for strings of arbitrary length, say, which hold the numerical values of the coordinates. Just interested in setting a 'safe' discrete value to this.)

chromosome • 4.3k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2640 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6