View source: R/parse_fragpipe.R
fragpipe_parse_psm | R Documentation |
Parse a FragPipe psm.tsv table
fragpipe_parse_psm(filename, precursor_unique_results = "fast_min_confidence")
filename |
full path to a FragPipe psm.tsv file |
precursor_unique_results |
how to deal with duplicate peptide_id*sample_id entries. fast_min_confidence = just return min confidence (default: fast, but note that this ignores intensity values altogether) min_confidence_max_intensity find the local minimum/maximum of respective values (pretty fast, bit slower than first option) min_confidence_sum_intensity find the local minimum for confidence, summarize the intensities (slow) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.