matrix2sumexp | R Documentation |
Convert matrix into SummarizedExperiment
matrix2sumexp(x, verbose = TRUE)
x |
matrix |
verbose |
TRUE/FALSE |
SummarizedExperiment
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
x <- values(read_metabolon(file))
object <- matrix2sumexp(x)
object %<>% pca()
biplot(object, color = 'subgroup')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.