Learn R Programming

QDNAseq (version 1.8.0)

getBinAnnotations: Gets bin annotation data for a particular bin size

Description

Gets bin annotation data for a particular bin size.

Usage

getBinAnnotations(binSize, genome="hg19", type="SR50", path=getOption("QDNAseq::binAnnotationPath", NULL))

Arguments

binSize
A numeric scalar specifying the width of the bins in units of kbp (1000 base pairs), e.g. binSize=15 corresponds to 15 kbp bins.
genome
A character string specify the genome and genome version to be used.
type
A character string specify the experiment type, e.g. "SR50" or "PE100".
path
A character string specifying the path for the bin annotation files. Defaults to downloading from the Internet, but can also be a local path. Can also be defined by setting the QDNAseq::binAnnotationPath option.

Value

Returns a AnnotatedDataFrame object.

Details

Gets bin annotation data for a particular bin size

See Also

createBins().

Examples

Run this code
## Not run: 
# bins <- getBinAnnotations(15)
# ## End(Not run)

Run the code above in your browser using DataLab