View source: R/parse_metamorpheus.R
import_dataset_metamorpheus | R Documentation |
Import a label-free proteomics dataset from MetaMorpheus
import_dataset_metamorpheus(
path,
protein_qval_threshold = 0.05,
collapse_peptide_by = "sequence_modified",
only_unique_peptides = FALSE
)
path |
the directory that contains the search results (eg; present files are AllProteinGroups.tsv, AllQuantifiedPeaks.tsv, etc.) |
protein_qval_threshold |
qvalue threshold for accepting target proteins |
collapse_peptide_by |
if multiple data points are available for a peptide in a sample, at what level should these be combined? options: "sequence_modified" (recommended default), "sequence_plain", "" |
only_unique_peptides |
remove all shared peptides? recommended to leave at FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.