View source: R/getBinAnnotations.R
getBinAnnotations | R Documentation |
Gets bin annotation data for a particular bin size.
getBinAnnotations(binSize, genome="hg19", type="SR50",
path=getOption("QDNAseq::binAnnotationPath", NULL),
verbose=getOption("QDNAseq::verbose", TRUE))
binSize |
A |
genome |
A |
type |
A |
path |
A |
verbose |
If |
Gets bin annotation data for a particular bin size.
Returns a AnnotatedDataFrame
object.
Ilari Scheinin
createBins
().
## Not run:
bins <- getBinAnnotations(15)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.