View source: R/PrepareInuputFiles.R
PrepareInuputFiles | R Documentation |
process the output files obtained from popular proteomic quantification software (>=18).
PrepareInuputFiles(acquisitionmethods, rawdataset, lable)
acquisitionmethods |
Input the corresponding "number" of acquisition techniques as follows: If set 1, the user chooses to process the data based on SWATH-MS. If set 2, the user chooses to process the data based on Peak Intensity. If set 3, the user chooses to process the data based on Spectral Counting. |
rawdataset |
Input the name of your raw dataset directly obtained from software. |
lable |
Input the label of your dataset. |
prepareinputfile matrix
library(EVALFQ) data_s <- PrepareInuputFiles(acquisitionmethods=2, rawdataset = "MaxQuant_proteinGroups_LFQ.txt", lable = "MaxQuant_LFQ_Label.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.