read_fragpipe: Read fragpipe

read_fragpipeR Documentation

Read fragpipe

Description

Read fragpipe

Usage

read_fragpipe(
  dir = getwd(),
  file = if (is_file(dir)) dir else file.path(dir, "combined_protein.tsv"),
  contaminants = FALSE,
  verbose = TRUE
)

Arguments

dir

directory with 'combined_protein.tsv'

file

'combined_protein.tsv' (full path)

contaminants

whether to include contaminants

verbose

whether to msg

Value

SummarizedExperiment

Examples

file <- download_data('multiorganism.combined_protein.tsv')
object <- read_fragpipe(file = file)
object
fdt(object)
sdt(object)

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