ALDClusterExperiment
Attention! This is just a dummy operator without real functionality!
-
input:
-
data set of type ExperimentalData
-
flag of type Boolean to indicate if data should be normalized
-
flag of type Boolean to indicate if PCA should be applied
-
output:
-
cluster results, type List<Set<Integer>>
-
if requested, the normalized data set
This operator clusters the given experimental data:
- first, optionally the data are normalized
- second, again optionally, the data are subjected to a PCA
- finally, the clustering is done using k-means
© 2010 - 2015 , Alida/MiToBo Development Team
Website: http://www.informatik.uni-halle.de/{alida,mitobo}
Contact: mitobo@informatik.uni-halle.de