I know the equation is Coverage = (read length) (number of reads) / (haploid genome length) but am a little uncertain on what to put in each field (namely read #).

I have an organism with a genome 5,000,000 bp long, it's the only DNA I would be sequencing and I want to calculate the average fold coverage.

I'm using the NextSeq500.

This is where I am currently, but this doesn't look at all right.

C = LN / G

L = 150 bp

N = 130 x106

G = 5x106 bp

C = (150) (130,000,000) / 5,000,000

C = 3900

Similar questions and discussions