Description Usage Arguments Value Author(s) References
This function uses Breiman's random forest algorithm that can be used in unsupervised mode for assessing proximities among data points. Random forest classifier is used to determine the importance of differentially expressed features/taxa to the microbial community. The measure used in this case is Mean Descrease in Accuracy aso know as permutation importance which is reported for each of the features. This is obtained by removing the relationship of a feature and measuring increase in error. Consequently, the feature with high mean decrease in accuracy is considered most important.
1 | randomforest_res(data, groups)
|
data |
(Required). A |
groups |
(Required). Vector corresponding to groups/conditions or source of variation in data. |
Returns a data.frame
of importance measure (mean decrease in accuracy) and ranks.
Alfred Ssekagiri assekagiri@gmail.com, Umer Zeeshan Ijaz Umer.Ijaz@glasgow.ac.uk
http://userweb.eng.gla.ac.uk/umer.ijaz/, Umer Ijaz, 2015
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.