This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Sequence Depth Genome

how is average sequence depth calculated from number of reads and read length

sequence depth-of-coverage homework

2 answers

I understand this concept as equivalent to coverage.

On a genome it means that each base has been sequenced a number of time.

Coverage = (Nb of Reads)*(Read Length) / (Genome Size)

I think the second line should read:

On a genome it means that each base has on average been sequenced a number of time.

Relevant questions are:

@Istvan Albert pointed to the "Coverage" section of "Shotgun sequencing" on Wiki, same as @pasta.

Log in to answer this question.