add_assay_means | R Documentation |
Add assay means
add_assay_means(object, assay = assayNames(object)[1], bin = TRUE)
object |
SummarizedExperiment or NULL |
assay |
string |
bin |
TRUE or FALSE |
SummarizedExperiment
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
fdt(object) %<>% extract(, 1:2)
fdt(object)
object %<>% add_assay_means(SummarizedExperiment::assayNames(.))
fdt(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.