cleanAssayCols | R Documentation |
Remove columns/cells/samples with NAs exceeding a threshold
cleanAssayCols(se, colmax = 0.8, assay = c("array", "bisulfite"))
se |
Input SummarizedExperiment object |
colmax |
The maximum number of NAs allowed as a fraction |
assay |
The type of assay we are working with |
A filtered matrix
data("meth_array_450k_chr14", package = "compartmap")
cleanAssayCols(array.data.chr.14, assay = "array")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.