hasCovg-methods: hasCovg-methods

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## 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

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

RnBeads documentation built on March 3, 2021, 2 a.m.