That was my thought too, but do you know of a place where such a file can be found for a whole genome, like mouse? We do exon capture only, and I've been using the probe .beds, but they are bigger than exons.
Whole Exome From Whole Genome
2 answers
If you define your "exome regions" in BED format, you can use something like intersectBed from bedtools to extract the reads from whole genome BAM file.
• 151 views
•
link
• 0 views
•
link
One of the example tutorials on the galaxy server is extracting exonic regions only from the human genome.
• 0 views
•
link
.bed files can typically be created from UCSC using the Table Browser. For mouse, you could use the Table Browser to get the regions for any number of transcript models in .bed format.
• 0 views
•
link
Thank you very much for the inputs!
• 0 views
•
link
Log in to answer this question.