Description Usage Arguments Value
for each site/region, the getNumNaMeth retrieves the number of NA values accross all samples. Does this efficiently by breaking down the methylation matrix into submatrices
1 2 | ## S4 method for signature 'RnBSet'
getNumNaMeth(object, type = "sites", chunkSize = 1e+05, mask = NULL)
|
object |
object inheriting from |
type |
"sites" or region type |
chunkSize |
size of each submatrix (performance tuning parameter) |
mask |
logical matrix. its entries will also be considered NAs in counting |
vector containing the number of NAs per site/region
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.