View source: R/best_modified_peptides_from_psm_file.R
psmtsv_to_modified_peptides | R Documentation |
Filters the ‘psm.tsv' based on a ’best PSM' criteria; based on purity and summed TMT reporter intensities. Zero (0) abundance values are substituted by NA (missing values).
psmtsv_to_modified_peptides(psms, annot, peptide_probability, minimal_purity)
psms |
Data frame obtained from loading the 'psm.tsv' file from Fragpipe output |
annot |
Data frame obtained from loading the 'annotation.txt' from Fragpipe output. First column should be named 'channel' and second column should be named 'sample'. |
peptide_probability |
Minimal peptide probability accepted per PSM |
minimal_purity |
Minimal isobaric purity accepted per PSM |
Data frame of summarized modified peptides based on their 'best PSMs' based on the filtering criteria
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.