Skip to contents

Main function for importing data to the tidyproteomics list object, see also the documentation vignette("importing") and vignette("workflow-importing")

Usage

import(files = NULL, platform = NULL, analyte = NULL, path = NULL)

Arguments

files

a character vector of file paths

platform

the source of the data (ProteomeDiscoverer, MaxQuant, etc.)

analyte

the omics analyte (proteins, peptides)

path

a character string pointing to the local configuration file (directory/file.tsv)

Value

a tidyproteomics list data-object

Examples