model_onechannel | R Documentation |
Factorial model formula for interaction terms. All factors under one channel in 'label_scheme_sub'
model_onechannel(
df,
id,
formula,
label_scheme_sub,
complete_cases,
method,
padj_method,
var_cutoff,
pval_cutoff,
logFC_cutoff,
...
)
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 |
formula |
Language; the formula in linear modeling. |
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. |
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
|
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.