Description Usage Arguments Value Examples
Conversion of Maxquant search result file (i.e. msms.txt) to the mms2plot-required identification file.
1 | MQ_prep(config_table_path, msms_path, output_path)
|
config_table_path |
File path of the table that contains four columns:the raw MS filepath, the type of modifiation, mass shift and the tolerance of the mass shift. Please see the user guide for the details. |
msms_path |
File path of the MaxQuant search result file (i.e. msms.txt). |
output_path |
a character string naming a output file as the identification txt file for mms2plot. |
No value is returned.
1 2 3 4 5 6 | general_path = system.file( package = "mms2plot",dir = "extdata" )
setwd( general_path )
config_table_path = 'prep/user_table_forMSMS.txt'
msms_path = 'prep/MaxQuant/msms.txt'
output_path = 'prep/MaxQuant/conversion/identification.txt'
MQ_prep(config_table_path,msms_path,output_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.