loadData: Load raw data into dataframe

View source: R/inputVerification.R

loadDataR Documentation

Load raw data into dataframe

Description

General function which allows specifying different types of input data including "proteios", "maxquantpep" (peptide output from MaxQuant) and "maxquantprot" (protein output from MaxQuant) formats.

Usage

loadData(dataPath, inputFormat = "default")

Arguments

dataPath

File path to design matrix.

inputFormat

If input is given in standard NormalyzerDE format, Proteios format or in MaxQuant protein or peptide format

Value

rawData Raw data loaded into data frame

Examples

## Not run: 
df <- loadData("data.tsv")

## End(Not run)

ComputationalProteomics/NormalyzerDE documentation built on May 20, 2024, 3:05 p.m.