I'm trying to use readdepth with exome sequencing data.
The readDepth package for R can detect copy number aberrations by measuring the depth of coverage obtained by massively parallel sequencing of the genome.
- Can I use readdepth with exome sequencing data ?
- should remove/mask all the genomics segments that shouldn't be captured (=only keep the exon data) ?
- how can I tell readdepth to ignore the regions having a low coverage ? For example, the following region was reported by readdepth:
:
26446481 26446491 26446501 26446511 26446521 26446531 26446541 26446551 26446561 26446571
gaaaaaaaaaaaaggctgagcttgtggatgcgagccaaaagtgaatgctgctaccttactcagagaacaccttgaaagacagcagtaaatagaaatcctc
................................................
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
:
Thanks a lot Chris