Learn R Programming

RnBeads (version 1.4.0)

hasCovg,RnBSet-method: hasCovg-methods

Description

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

Usage

"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

Run this code

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

Run the code above in your browser using DataLab