View source: R/get_average_feature_k_stabilities.R
get_average_feature_k_stabilities | R Documentation |
Get a dataframe of average bootstrap stabilities
get_average_feature_k_stabilities(object)
object |
An object of class "featureSelection" |
A dataframe of average bootstrap stabilities
fs.object <- featureSelection(toy_genes, min.k = 3, max.k = 4, step = 10)
get_average_feature_k_stabilities(fs.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.