calc_tmt_prnnums: Helper: calculates the TMT log2FC and reporter-ion intensity...

calc_tmt_prnnumsR Documentation

Helper: calculates the TMT log2FC and reporter-ion intensity of proteins

Description

Helper: calculates the TMT log2FC and reporter-ion intensity of proteins

Usage

calc_tmt_prnnums(
  df,
  use_unique_pep = TRUE,
  id = "prot_acc",
  method_pep_prn = "median",
  use_spec_counts = FALSE
)

Arguments

df

A data frame.

use_unique_pep

Logical. If TRUE, only entries that are TRUE or equal to 1 under the column pep_isunique in Peptide.txt will be used, for summarizing the log2FC and the intensity of peptides into protein values. The default is to use unique peptides only. For MaxQuant data, the levels of uniqueness are according to the pep_unique_by in normPSM. The argument currently do nothing to Spectrum Mill data where both unique and shared peptides will be kept.

id

Always "prot_acc".

use_spec_counts

Logical; If TRUE, uses spectrum counts for quantitation with Mascot or Mzion outputs.


qzhang503/proteoQ documentation built on Feb. 27, 2025, 8:34 a.m.