View source: R/extract_psites_score.R
extract_psites_score | R Documentation |
Extract the confidence probability of phosphorylation sites (psites) from mascot xml. One file containing experiment codes and one folder containing mascot xml as input, the another folder is required as output. Python is required and the corresponding xml package is also required.
extract_psites_score( phosphorylation_exp_design_info_file_path, mascot_xml_dir, mascot_txt_dir )
phosphorylation_exp_design_info_file_path |
A string representing the file path of experiment code, for example: experiment_code.txt |
mascot_xml_dir |
A folder containing identification xml files searched by Mascot as input, for example: Exp020901_F1_R1.xml |
mascot_txt_dir |
A folder used for saving files which contains the confidence of phosphorylation sites, for example: Exp020901_F1_R1.txt |
A series of output file saved in the mascot_txt_dir
## Not run: extract_psites_score( phosphorylation_exp_design_info_file_path, mascot_xml_dir, mascot_txt_dir ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.