Description Usage Arguments Value Author(s) Examples
This function calculates the outlier-robust fold change value in presence of outliers. A kernel weight function has been used in this function.
1 | foldChngCalc(data, nSampG1, nSampG2)
|
data |
a numerical vector or matrix of metabolomic measurements. |
nSampG1 |
number of subjects in group-1. |
nSampG2 |
number of subjects in group-2. |
Calculate the fold change values.
Nishith Kumar <nk.bru09@gmail.com>
1 2 3 | data(DummyFullData)
fcval<-foldChngCalc(DummyFullData,nSampG1=20,nSampG2=20)
fcval
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.