calcLFQprnnums | R Documentation |
total
, razor
and unique
intensities of
proteins.Adds the total
, razor
and unique
intensities of
proteins.
calcLFQprnnums(
df,
label_scheme,
use_unique_pep = TRUE,
group_psm_by = "pep_seq",
group_pep_by = "gene",
method_pep_prn = "lfq_top_3_sum",
impute_prot_na = TRUE,
use_spec_counts = FALSE
)
df |
A data frame. |
label_scheme |
Meta data. |
use_unique_pep |
Logical. If TRUE, only entries that are |
group_psm_by |
A character string specifying the method in PSM grouping.
At the |
group_pep_by |
A character string specifying the method in peptide
grouping. At the |
method_pep_prn |
Character string; the method to summarize the
the The method to summarize |
impute_prot_na |
Logical; impute NA values of protein log2FC or not. |
use_spec_counts |
Logical; If TRUE, uses spectrum counts for quantitation with Mascot or Mzion outputs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.