Calculating coverage on a list of individual genes in WES data?
1
0
Entering edit mode
6.2 years ago
gvelz • 0

I have whole exome sequencing VCF and CRAM files from a few human samples and would like to calculate the sequence coverage on a list of individual genes. Is there a good way to go about doing this?

sequencing next-gen whole exome sequencing • 2.7k views
ADD COMMENT
0
Entering edit mode

Thanks! I installed Alfred, but am unsure how to make a list of genes in .bed format. Also, does this program work for .cram files?

ADD REPLY
0
Entering edit mode

Please use ADD COMMENT/ADD REPLY when responding to existing posts to keep threads logically organized.

This comment belongs under @trausch's answer.

ADD REPLY
0
Entering edit mode

You should be able to get a BED format gene list following this: How To Get Bed File Containing Exons Of Canonical Transcripts And Their Corresponding Gene Symbols

Choose the genome build you are interested. Rest of the directions should work.

ADD REPLY
0
Entering edit mode

I recently added cram support. If you clone the github repository there is an example Rscript that downloads ccds genes from UCSC and stores all exons in a BED file.

ADD REPLY
1
Entering edit mode
6.2 years ago
trausch ★ 1.9k

If you want a fragment count table for these genes you can use Alfred:

alfred count_dna -o cov.tsv.gz -i genes.bed <input.bam>

For estimating the on-target rate and the avg. coverage per target region:

alfred qc -b genes.bed -o qc.tsv.gz -r <genome.fa> <input.bam>

Static binaries are available here or via Bioconda.

ADD COMMENT

Login before adding your answer.

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