| readMzTabData_v0.9 {MSnbase} | R Documentation |
This function can be used to create a "MSnSet"
by reading and parsing an mzTab file. The metadata section
is always used to populate the MSnSet's experimentData
slot.
readMzTabData_v0.9(file, what = c("PRT", "PEP"), verbose = isMSnbaseVerbose())
file |
A |
what |
One of |
verbose |
Produce verbose output. |
An instance of class MSnSet.
Laurent Gatto
writeMzTabData to save an
"MSnSet" as an mzTab file.
testfile <- "https://raw.githubusercontent.com/HUPO-PSI/mzTab/master/legacy/jmztab-1.0/examples/mztab_itraq_example.txt" prot <- readMzTabData_v0.9(testfile, "PRT") prot pep <- readMzTabData_v0.9(testfile, "PEP") pep