Description Usage Arguments Details Value Author(s) See Also Examples
Computes mappability for each exon. To save running time, take values from pre-computed results. Will be later used in QC procedure.
1 | getmapp(chr, ref)
|
chr |
Chromosome returned from |
ref |
IRanges object returned from |
To calculate the exonic mappability, we first construct consecutive reads of length 90 that are one base pair apart along the exon. The sequences are taken from the hg19 reference. We then find possible positions across the genome that the reads can map to allowing for two mismatches. We compute the mean of the probabilities that the overlapped reads map to the target places where they are generated and use this as the mappability of the exon.
Vector of mappability for each exon.
Yuchao Jiang yuchaoj@wharton.upenn.edu
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.