Description Usage Arguments Details Value Note Author(s) References See Also Examples
This is the ExomeDepth high level function that takes a GenomicRanges object, a list of indexed/sorted BAM files, and compute the number of everted reads in each of the defined bins.
1 2 3 | count.everted.reads(bed.frame = NULL, bed.file = NULL,
bam.files, index.files = bam.files,
min.mapq = 20, include.chr = FALSE)
|
bed.frame |
|
bed.file |
|
bam.files |
|
index.files |
Optional |
min.mapq |
|
include.chr |
|
Everted reads are characteristic of the presence of duplications in a BAM files. This routine will parse a BAM files and the suggested use is to provide relatively large bins (for example gene based, and ExomeDepth has a genes.hg19 object that is appropriate for this) to flag the genes that contain such reads suggestive of a duplication. A manual check of the data using IGV is recommended to confirm that these reads are all located in the same DNA region, which would confirm the presence of a copy number variant.
A data frame that contains the region and the number of identified reads in each bin.
This function calls a lower level function called XXX that works on each single BAM file.
Vincent Plagnol
Computational methods for discovering structural variation with next-generation sequencing, Medvedev P, Stanciu M, Brudno M., Nature Methods 2009
getBAMCounts
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.