correctedMarkers {dam} | R Documentation |
A correctedMarkers Function
Description
This function allows you to perform several multiple regression on metabolomic data.
Usage
correctedMarkers(dat, fac, con, comp)
Arguments
dat |
Data matrix. |
fac |
Index of the group of samples. |
con |
Index of correction variable. |
comp |
Index (range) of measured compounds. |
Examples
correctedMarkers(iris, 5, 1, 2:4)
[Package dam version 0.0.1 Index]