View source: R/parse_longformat_generic.R
update_protein_mapping_from_maxquant | R Documentation |
Simple wrapper function for user convenience; read MaxQuant proteinsgroups using import_maxquant_proteingroups(), then update the peptide-to-protein mappings in the peptide data table update_protein_mapping()
update_protein_mapping_from_maxquant(
dataset,
path_maxquant,
remove_shared = TRUE
)
dataset |
your dataset |
path_maxquant |
full path to MaxQuant output ('txt') folder |
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.