nsites,RnBSet-method {RnBeads} | R Documentation |
Returns the number of sites/regions for a given RnBSet
object
## S4 method for signature 'RnBSet' nsites(object, type = "sites")
object |
|
type |
|
integer
stating the number of sites/regions. NA
if the regions have not been summarized yet.
meth
Retrieving the matrix of methylation values
library(RnBeads.hg19) data(small.example.object) nsites(rnb.set.example)