make_MQCombined: Read MaxQuant Tables From Directory

Description Usage Arguments Value Examples

View source: R/make_MQCombined.R

Description

Read MaxQuant Tables From Directory

Usage

1
make_MQCombined(MQPathCombined, remove_contaminants = TRUE)

Arguments

MQPathCombined

The directory to the "combined" folder where the MaxQuant results are stored.

remove_contaminants

Whether or not to remove contaminants, reverse and identified by one one peptide.

Value

The files from the MaxQuant with the contaminants and Reverse hits removed.

Examples

1
2
MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)

BioAlvaro/ProteoMS documentation built on Jan. 12, 2022, 9:46 a.m.