sigTest | R Documentation |
Significance tests
sigTest(
df,
id,
label_scheme_sub,
scale_log2r,
complete_cases,
impute_na,
rm_allna,
method_replace_na,
filepath,
filename,
method,
padj_method,
var_cutoff,
pval_cutoff,
logFC_cutoff,
data_type,
anal_type,
...
)
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 |
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. |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
method_replace_na |
The method to replace NA values by rows. The default
is |
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 |
method |
Dummy argument to avoid incurring the corresponding argument in dist by partial argument matches. |
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 value or vector; the cut-off in protein
significance |
logFC_cutoff |
Numeric value or vector; the cut-off in protein
|
data_type |
The type of data being either |
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.