Description Usage Arguments Value Examples
Remove rows with NAs exceeding a threshold
1 | cleanAssayRows(se, rowmax = 0.5, assay = c("array", "atac", "bisulfite"))
|
se |
Input SummarizedExperiment object |
rowmax |
The maximum NAs allowed in a row as a fraction |
assay |
The type of assay we are working with |
A filtered matrix
1 2 | data("meth_array_450k_chr14", package = "compartmap")
cleanAssayRows(array.data.chr14, assay = "array")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.