loadData {NormalyzerDE} | R Documentation |
General function which allows specifying different types of input data including "proteios", "maxquantpep" (peptide output from MaxQuant) and "maxquantprot" (protein output from MaxQuant) formats.
loadData(dataPath, inputFormat = "default", zeroToNA = FALSE)
dataPath |
File path to design matrix. |
inputFormat |
If input is given in standard NormalyzerDE format, Proteios format or in MaxQuant protein or peptide format |
zeroToNA |
Automatically convert zeroes to NA values |
rawData Raw data loaded into data frame
## Not run: df <- loadData("data.tsv") ## End(Not run)