nReadGroups {SNPhood}R Documentation

Get the number of read groups for a SNPhood object.

Description

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

Usage

nReadGroups(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

Integer. Number of read groups that are defined in the SNPhood object

Examples

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

[Package SNPhood version 1.23.0 Index]