View source: R/protein_quant_sum_from_best_psms.R
proteins_from_psms | R Documentation |
Generate protein-level abundance matrix from unique peptides from 'psm.tsv' file after selection of modified peptides by best PSMs.
proteins_from_psms(psms, annot)
psms |
Data frame. Optimally, the best PSMs obtained after processing the 'psm.tsv' with the function 'psmtsv_to_modified_peptides'. |
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'. |
Data frame of summed protein intensities from unique modified peptides.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.