prep_gspa | R Documentation |
Helper of GSPA
prep_gspa(
df,
id,
fml_nm,
col_ind,
pval_cutoff = 0.05,
logFC_cutoff = log2(1.2),
use_adjP = FALSE
)
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
id |
Currently only "entrez". |
fml_nm |
A character string; the name of |
col_ind |
Numeric vector; the indexes of columns for the ascribed |
pval_cutoff |
Numeric value or vector; the cut-off in protein
significance |
logFC_cutoff |
Numeric value or vector; the cut-off in protein
|
use_adjP |
Logical; if TRUE, use Benjamini-Hochberg pVals. The default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.