hasCovg,RnBSet-method {RnBeads} | R Documentation |
Returns TRUE
if the RnBSet
object contains coverage information for sites or the specified region type.
## S4 method for signature 'RnBSet' hasCovg(object, type = "sites")
object |
|
type |
|
TRUE
if the RnBSet
object contains coverage information for sites or the specified region type. FALSE
otherwise
library(RnBeads.hg19) data(small.example.object) ## per-site beta-value matrix hasCovg(rnb.set.example)