coverage of a SNP site?
2
0
Entering edit mode
5.5 years ago

Hey all,

I have a doubt regarding what does it mean coverage at SNP sites. I'm supposed to be finding genes with SNPs ≥ 10X coverage in the samples and also they have taken average 8 SNPs/ transcripts. Any idea what it could mean.

Thanks

Susmita

SNP coverage ASE bedtools ngs • 3.1k views
ADD COMMENT
0
Entering edit mode

Can you specify the context?

ADD REPLY
3
Entering edit mode
5.5 years ago
  1. call the variants
  2. Filter the variants with read depth > 10
  3. Identify the genes that house the variants from step 2
  4. Count the variants per gene
  5. Filter the genes with more than 8 SNPs

You can further refine the quest by annotating the vcf. Annotate VCF, filter variants with more than 10x read depth, if you have sufficient number of variants post filtering, filter the variants further by effect (non-synonymous), then filter by number of variants per gene.

ADD COMMENT
0
Entering edit mode

Thank you so much. Now i get it :)

ADD REPLY
1
Entering edit mode
5.5 years ago

'Coverage' and 'read depth' are commonly mis-used. Read depth is the number of reads that align to any given base position. Coverage ('depth of coverage') is a summary metric that says that all bases in a particular region (or regions) achieved a minimum read depth. For example, we may say that 99% of our target regions achieved > 10x coverage, meaning that 99% of bases had an individual read-depth > 10. We may also say that we performed whole genome sequencing with a target depth of coverage of 5x, meaning that we provided sufficient re-agents and ran a sufficient number of sequencing cycles such that the expectation is that each base, genome-wide, will have a read-depth >= 5.

Your wording is confusing, but you could likely interpret it as that you are expected to filter your data to include only those SNPs that have read depth > 10.

Kevin

ADD COMMENT

Login before adding your answer.

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