sumexp_to_tsv | R Documentation |
Write sumexp to tsv
sumexp_to_tsv(object, assay = assayNames(object)[1], file)
object |
SummarizedExperiment |
assay |
string |
file |
filename |
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file, fit = 'limma')
tsv <- file.path(tempdir(), 'fukuda20.proteingroups.tsv')
sumexp_to_tsv(object, file = tsv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.