View source: R/parse_maxquant.R
import_dataset_maxquant_evidencetxt | R Documentation |
Import a label-free proteomics dataset from MaxQuant
import_dataset_maxquant_evidencetxt(
path,
collapse_peptide_by = "sequence_modified",
remove_shared = TRUE
)
path |
the directory that contains the search results (typically the 'txt' filter that contains files 'proteinGroups.txt' and 'evidence.txt') |
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", "" |
remove_shared |
remove all shared peptides that could not be assigned to a single proteingroup as a unique- or razor-peptide ? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.