pep_to_prn | R Documentation |
Helper of Pep2Prn
pep_to_prn(
id = "prot_acc",
method_pep_prn = "median",
use_unique_pep = TRUE,
gn_rollup = TRUE,
rm_outliers = FALSE,
rm_allna = FALSE,
is_prot_lfq = FALSE,
engine = "mz",
impute_prot_na = TRUE,
use_mq_prot = FALSE,
use_mf_prot = FALSE,
use_spec_counts = FALSE,
...
)
id |
Character string; one of |
method_pep_prn |
Character string; the method to summarize the
the The method to summarize |
use_unique_pep |
Logical. If TRUE, only entries that are |
gn_rollup |
Logical; if TRUE, rolls up protein accessions to gene names. |
rm_outliers |
Logical; if TRUE, PSM outlier removals will be performed
for peptides with more than two identifying PSMs. Dixon's method will be
used when |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
engine |
The name of search engine. |
impute_prot_na |
Logical; impute NA values of protein log2FC or not. |
use_mq_prot |
Logical; use MQ protein table or not. |
use_mf_prot |
Logical; use MSFragger protein table 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.