sumexp_to_tsv: Write sumexp to tsv

sumexp_to_tsvR Documentation

Write sumexp to tsv

Description

Write sumexp to tsv

Usage

sumexp_to_tsv(object, assay = assayNames(object)[1], file)

Arguments

object

SummarizedExperiment

assay

string

file

filename

Examples

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)

bhagwataditya/importomics documentation built on May 1, 2024, 2:01 a.m.