annotationBins {SNPhood}R Documentation

Get the annotation(names) of the bins in a SNPhood object.

Description

Return the names of the Bins that are defined in the SNPhood object.

Usage

annotationBins(SNPhood.o, verbose = FALSE)

Arguments

SNPhood.o

Object of class SNPhood

verbose

Logical(1). Default FALSE. Should the verbose mode (i.e., diagnostic messages during execution of the script) be enabled?

Value

Character vector. Names of the bins that are defined in the SNPhood object.

Examples

data(SNPhood.o, package="SNPhood")
annotationReadGroups(SNPhood.o)

[Package SNPhood version 1.24.0 Index]