This is a test version of Biostars. For the public version, visit https://www.biostars.org.
BED format - scaffold

In BED file format, what is the meaning of scaffold instead of chromosome ?

Note this format spec .

bed format genome sequence

1 answer

If you aren't dealing with a finished* genome then you won't have full chromosomes to align against...just assembled scaffolds.

*This is probably a bad word to use.

What is unfinished genome ?

It might be easiest to just give an example. The Sanger Institute has sequenced the genomes of a bunch of different mouse strains. Those genomes won't typically contain chromosomes, but rather 100-200 thousand contigs and scaffolds. Why? Because you're rarely able to assemble entire mammalian chromosomes from NGS data (due to repeat regions, unequal coverage, etc.). Joining these contigs/scaffolds together to make chromosomes is a somewhat long and drawn out process that requires a lot of effort (the human and mouse genomes aren't even completely finished yet...though they're good enough for most purposes).

Excellent illustration, thanks !

Log in to answer this question.