Description Usage Arguments Value Examples
View source: R/getGlobalMeans.R
Get the global means of a matrix
1 | getGlobalMeans(obj, targets = NULL, assay = c("array", "atac", "bisulfite"))
|
obj |
Input SummarizedExperiment object |
targets |
Column names or indices to indicate which samples to shrink towards |
assay |
What type of assay the data are from |
A vector of global or targeted means
1 2 | data("meth_array_450k_chr14", package = "compartmap")
array.global.means <- getGlobalMeans(array.data.chr14, assay = "array")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.