View source: R/generate_psites_score_file.R
generate_psites_score_file | R Documentation |
Based on mascot txt files with psites and peptide identification files downloaded from Firmiana, the file with phosphorylation modifications is generated.
generate_psites_score_file( mascot_txt_dir, firmiana_peptide_dir, psites_score_dir )
mascot_txt_dir |
A folder containing identification xml files with psites scores as input. |
firmiana_peptide_dir |
A folder containing identification txt files downloaded from Firmiana as input. |
psites_score_dir |
A folder used for saving files of peptide identification files with psites scores |
A series of output files saved in the psites_score_dir
Dongdong Zhan and Mengsha Tong
## Not run: generate_psites_score_file(mascot_txt_dir, firmiana_peptide_dir, psites_score_dir) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.