load_MQ: Load and filter MaxQuant proteinGroups.txt

View source: R/load-and-filter.R

load_MQR Documentation

Load and filter MaxQuant proteinGroups.txt

Description

Load the results and remove contaminants.

Usage

load_MQ(proteinGroups_path, ignore_slices = NULL, sample_name = NULL)

Arguments

proteinGroups_path

Path to proteinGroups.txt

Examples

proteinGroups_path <-
system.file("extdata", "Conde_9508_sub.txt", package = "pumbaR")
pg <- load_MQ(proteinGroups_path)

UNIL-PAF/pumbaR documentation built on June 9, 2022, 6:31 p.m.