Description Usage Arguments Value Author(s)
Variable selection by different statistical analysis.
1 | var_select(data,label,t.test=T,Wilcox=T,AUC=T,FDR=T,VIP=T,FC=T,comps=3)
|
data |
Sample-by-matrix metabolomics data. |
label |
group of the samples. |
t.test |
Whether to conduct t test. |
Wilcox |
Whether to conduct wilcoxon test. |
AUC |
Whether to calculate AUC value. |
FDR |
Whether to calculate FDR value. |
VIP |
Whether to calculate VIP value through PLS analysis. |
FC |
Whether to calculate fold change value. |
comps |
When doing PLS analysis, specify the components, the default is 3. |
Data matrix of the results of statistical analysis that you specify.
Kui deng dengkui_stat@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.