fml_gspa | R Documentation |
Helper of GSPA.
fml_gspa(
fml,
fml_nm,
pval_cutoff,
logFC_cutoff,
gspval_cutoff,
gslogFC_cutoff,
min_size,
max_size,
min_delta,
min_greedy_size,
method,
df,
col_ind,
id,
gsets,
label_scheme_sub,
complete_cases,
scale_log2r,
filepath,
filename,
use_adjP = FALSE,
...
)
fml |
A character string; the formula used in prnSig. |
fml_nm |
A character string; the name of |
pval_cutoff |
Numeric value or vector; the cut-off in protein
significance |
logFC_cutoff |
Numeric value or vector; the cut-off in protein
|
gspval_cutoff |
Numeric value or vector; the cut-off in gene-set
significance |
gslogFC_cutoff |
Numeric value or vector; the cut-off in gene-set
enrichment fold change. Only enrichment terms with absolute fold change
greater than the threshold will be reported. The default magnitude is
|
min_size |
Numeric value or vector; minimum number of protein entries for
consideration in gene set tests. The number is after data filtration by
|
max_size |
Numeric value or vector; maximum number of protein entries for
consideration in gene set tests. The number is after data filtration by
|
min_delta |
Numeric value or vector; the minimum count difference between
the up- and the down-expressed group of proteins for consideration in gene
set tests. For example at |
min_greedy_size |
Numeric value or vector; minimum number of unique
protein entries for a gene set to be considered essential. The default in
|
method |
Character string or vector; the method to assess the p-values of
GSPA. The default is |
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
|
col_ind |
Numeric vector; the indexes of columns for the ascribed |
id |
Currently only "entrez". |
gsets |
The gene sets. |
label_scheme_sub |
A data frame. Subset entries from |
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
scale_log2r |
Logical; if TRUE, adjusts |
filepath |
A file path to output results. By default, it will be
determined automatically by the name of the calling function and the value
of |
filename |
A representative file name to outputs. By default, the
name(s) will be determined automatically. For text files, a typical file
extension is |
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.