R/kmeans2.R

Defines functions kmeans2

Documented in kmeans2

kmeans2 <- function(eset,k,iter.max=100){
 cl<-kmeans(exprs(eset),centers=k,iter.max=iter.max)
}

Try the Mfuzz package in your browser

Any scripts or data that you put into this service are public.

Mfuzz documentation built on Nov. 8, 2020, 5:22 p.m.