View source: R/genotypeRegions.R
genotypeRegions | R Documentation |
This function exports genotype information for a set of user defined genomic ranges.
genotypeRegions(
regions = NULL,
directional.reads = NULL,
blacklist = NULL,
min.reads = 5,
alpha = 0.05,
index = NULL
)
regions |
A |
directional.reads |
A |
blacklist |
A |
min.reads |
Minimal number of reads to pursue genotyping. |
alpha |
Estimated level of background in Strand-seq reads. |
index |
User defined character string to be appended to calculated genotypes. |
A GRanges-class
object with appended count of plus and minus reads and the most likely genoptype.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.