importDIAData | R Documentation |
This function generates a peptide data frame from output files originating from either DIAumpire, OpenSWATH, PeakView, Skyline or Spectronaut.
It is largely based on the FSWE.generateReports
function from the LFQbench
package and heavily depends on this package.
It is also possible to define a new software format using the FSWE.addSoftwareConfiguration
function from the LFQbench
package (Navarro et al., 2016).
importDIAData(experimentFile, aggr_by = "sequence.var", softwareSource = "guess", remove_decoys = FALSE)
experimentFile |
The name of a file. For more details about how this argument can be specified, see |
aggr_by |
A character indicating the column by which the data should be aggregated. The default |
softwareSource |
The default, |
remove_decoys |
Should decoys be removed? Defaults to |
Navarro P., Kuharev J., Gillet, L. C., Bernhardt, O. M., MacLean, B., R\"ost, H. L., Tate, S. A., Tsou, C., Reiter, L., Distler, U., Rosenberger, G., Perez-Riverol, Y., Nesvizhskii, A. I., Aebersold, R., and Tenzer, S. (2016) A multicenter study benchmarks software tools for label-free proteome quantification. Nature Biotechnology.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.