Query Regarding Generating Reads With Genome Coverage Values Of 1X, 2X Etc
1
2
Entering edit mode
13.3 years ago
Monzoor ▴ 300

I have a genome length of length approx 3 million basepairs. I need to generate 100 bp random reads so that the coverage is 1X.

Ideally how many reads should I output in the forward strand and how many in the reverse orientation. Should these numbers be equal.

coverage sequencing read genome • 2.8k views
ADD COMMENT
5
Entering edit mode
13.3 years ago
Jts ★ 1.4k

1x coverage of a 3,000,000 bp genome is 3,000,000bp. Since you want 100bp reads, you want to generate 3000000/100 = 30000 reads. You should simulate the true sequencing process by randomly choosing the strand for each read. You will end up with approximately equal reads.

I would suggest not writing your own simulator however and use a tool like this: https://github.com/jstjohn/SimSeq

ADD COMMENT

Login before adding your answer.

Traffic: 2778 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