dot-cleanRawMaxQuant: Clean raw output from MaxQuant

Description Usage Arguments Value

Description

Clean raw output from MaxQuant

Usage

1
2
3
4
5
6
.cleanRawMaxQuant(
  msstats_object,
  protein_id_col,
  remove_by_site = FALSE,
  channel_columns = "Reporterintensitycorrected"
)

Arguments

msstats_object

object that inherits from MSstatsInputFiles class.

protein_id_col

character, name of a column with names of proteins.

remove_by_site

logical, if TRUE, proteins only identified by site will be removed.

channel_columns

character, regular expression that identifies channel columns in TMT data.

Value

data.table


MSstatsConvert documentation built on Nov. 8, 2020, 5:49 p.m.