Learn R Programming

SNPhood (version 1.2.3)

annotationReadGroups: Get the annotation(names) of the read groups in a SNPhood object.

Description

Return the names of the read groups that are defined in the SNPhood object.

Usage

annotationReadGroups(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 read groups that are defined in the SNPhood object.

Examples

Run this code
data(SNPhood.o, package="SNPhood")
annotationReadGroups(SNPhood.o)

Run the code above in your browser using DataLab