Is there any script on how to check the depth of the sequencing region on my Mac terminal?
1
0
Entering edit mode
3.4 years ago
nudrylab • 0

Hello, I am trying to find a script that can help me check the depth of sequencing of the region. I want to see if the particular region was sequenced in all areas or is it different. Whole-exome sequencing FastQ file.

Thank you

sequencing next-gen software error sequence • 512 views
ADD COMMENT
0
Entering edit mode

There is a program called mosdepth (LINK) that will fit the bill. Install using conda.

ADD REPLY
1
Entering edit mode
3.4 years ago
ATpoint 82k

Fastq files first have to be aligned to the genome, then you may apply mosdepth or something like samtools depth. Alignment software could be bwa mem or bowtie2 among other choices. Please google for popular alignment tools or read previous posts on that topic here. Since fastq files only contain the raw sequences without positional information you cannot quickly check any region from those files, and before you ask, no you cannot align against only the region you are interested in, it must be the entire genome that the WGS was based on to avoid false alignments.

ADD COMMENT

Login before adding your answer.

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