hasCovg,RnBSet-method {RnBeads}R Documentation

hasCovg-methods

Description

Returns TRUE if the RnBSet object contains coverage information for sites or the specified region type.

Usage

## S4 method for signature 'RnBSet'
hasCovg(object, type = "sites")

Arguments

object

RnBSet of interest.

type

character singleton. If sites or a region type summarized in the object

Value

TRUE if the RnBSet object contains coverage information for sites or the specified region type. FALSE otherwise

Examples


library(RnBeads.hg19)
data(small.example.object)
## per-site beta-value matrix
hasCovg(rnb.set.example)


[Package RnBeads version 2.12.2 Index]