Description Usage Arguments Value Examples
Conversion of the research result with the mzid format to the mms2plot-required identification file.
1 | MZID_prep(path_user_table, output_path)
|
output_path |
a character string naming a output file as the identification txt file for mms2plot. |
config_table_path |
file path of the table that contains five columns: the raw MS filepath, the type of modifiation, mass shift, the tolerance of the mass shift and the search result MZID filepath. Please see teh user guide for the details. |
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'
path_user_table = 'prep/user_table_forMZID.txt'
output_path = 'prep/comet/conversion/identification.txt'
MZID_prep(path_user_table,output_path)#,dir_mzid)#label.by.Raw_seq_charge)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.