gsvaTest | R Documentation |
logFC_cutoff subsets data for adjusted pvals
gsvaTest(
df = NULL,
id = "entrez",
label_scheme_sub = NULL,
filepath = NULL,
filename = NULL,
scale_log2r = TRUE,
complete_cases = FALSE,
impute_na = FALSE,
gset_nms = "go_sets",
lm_method = "limma",
padj_method = "BH",
var_cutoff = 0.5,
pval_cutoff = 1e-04,
logFC_cutoff = log2(1.1),
anal_type = "GSVA",
...
)
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 |
Character string; one of |
label_scheme_sub |
A data frame. Subset entries from |
filepath |
Use system default. |
filename |
A representative file name to outputs. By default, it will be determined automatically by the name of the current call. |
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. |
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 |
lm_method |
Character string indicating the linear modeling method for
significance assessment of GSVA enrichment scores. The default is
|
padj_method |
Character string; the method of multiple-test corrections for uses with p.adjust. The default is "BH". See ?p.adjust.methods for additional choices. |
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; the cut-off in enrichment pVals. Terms with enrichment pVals smaller than the threshold will be removed from multiple test corrections. The default is 1e-04. |
logFC_cutoff |
Numeric; the cut-off in enrichment log2FC. Terms with absolute log2FC smaller than the threshold will be removed from multiple test corrections. The default is at log2(1.1). |
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.