Description Usage Arguments Value Examples
Remove columns/cells/samples with NAs exceeding a threshold
1 | cleanAssayCols(se, colmax = 0.8, assay = c("array", "atac", "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
1 2 | 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.