cleanAssayRows | R Documentation |
Remove rows with NAs exceeding a threshold
cleanAssayRows(se, rowmax = 0.5, assay = c("array", "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
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.