View source: R/parse_fragpipe.R
fragpipe_peptideresults_to_dataset | R Documentation |
After composing a protein_id,peptide_id,sample_id,intensity,etc... table upstream, fix protein identifiers, transform RT from seconds to minutes, transform intensity to log2, collapses peptides by plainseq/modseq and finally construct a dataset.
fragpipe_peptideresults_to_dataset(
tib_result,
acquisition_mode,
confidence_threshold,
collapse_peptide_by
)
tib_result |
peptide table composed at the end of |
acquisition_mode |
see |
confidence_threshold |
see |
collapse_peptide_by |
see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.