suijisenlin | R Documentation |
RandomForest
suijisenlin(otutab, group_df, topN = 10)
otutab |
otutab |
group_df |
a dataframe with rowname same to dist and one group column |
topN |
default: 10 |
diff
if (requireNamespace("randomForest")) {
data(otutab, package = "pcutils")
suijisenlin(otutab, metadata["Group"]) -> rf_res
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.