View source: R/feasibility_analysis_based_on_data.R
feasibilityAnalysisDataBased | R Documentation |
Simulating dataset based on existing dataset's dimensions, mean and standard deviation
feasibilityAnalysisDataBased(data, classes = 3)
data |
The dataset to base the simulation extracting the number of samples, features and numeric |
classes |
The number of classes of samples to be reflected in the simulated dataset. Also determines the ks to be considered (classes-2, classes+2) |
An object of class "feasibilityAnalysis" containing the average stabilities for all numbers of clusters(k), the average (over all k) and maximum stabilities observed and the generated dataset
feasibilityAnalysisDataBased(data = toy_genes, classes = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.