gspaTest | R Documentation |
logFC_cutoff Numeric A threshold for the subset of data before the calculation of adjusted pvals
gspaTest(
df = NULL,
id = "entrez",
label_scheme_sub = NULL,
scale_log2r = TRUE,
complete_cases = FALSE,
impute_na = FALSE,
filepath = NULL,
filename = NULL,
gset_nms = "go_sets",
var_cutoff = 0.5,
pval_cutoff = 0.05,
logFC_cutoff = log2(1.2),
gspval_cutoff = 0.05,
gslogFC_cutoff = log2(1),
min_size = 6,
max_size = Inf,
min_delta = 4,
min_greedy_size = 1,
use_adjP = FALSE,
method = "mean",
anal_type = "GSPA",
...
)
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". |
label_scheme_sub |
A data frame. Subset entries from |
scale_log2r |
Logical; if TRUE, adjusts |
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
impute_na |
Logical; if TRUE, data with the imputation of missing values will be used. The default is FALSE. |
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 |
gset_nms |
Character string or vector containing the shorthanded name(s),
full file path(s), or both, to gene sets for enrichment analysis. For
species among |
var_cutoff |
Numeric; the cut-off in the variances of protein log2FC. Entries with variances smaller than the threshold will be removed from GSVA. The default is 0.5. |
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
|
use_adjP |
Logical; if TRUE, use Benjamini-Hochberg pVals. The default is FALSE. |
method |
Dummy argument to avoid incurring the corresponding argument in dist by partial argument matches. |
anal_type |
Character string; the type of analysis that are preset for
method dispatch in function factories. The value will be determined
automatically. Exemplary values include |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.