dot-handleSharedPeptides: Handle shared peptides.

.handleSharedPeptidesR Documentation

Handle shared peptides.

Description

Handle shared peptides.

Usage

.handleSharedPeptides(
  input,
  remove_shared = TRUE,
  protein_column = "ProteinName",
  peptide_column = "PeptideSequence"
)

Arguments

input

data.table pre-processed by one of the .cleanRaw* functions.

remove_shared

lgl, if TRUE, shared peptides will be removed

protein_column

chr, name of the column with names of proteins.

peptide_column

chr, name of the column with peptide sequences.

Value

data.table


Vitek-Lab/MSstatsConvert documentation built on May 9, 2024, 6:23 a.m.