powered by
Divides the genotypes into sets with a desired number of chromosomes.
splitChromosomes(x, noChr = 22)
Dataset in ExpressionSet format.
Desired number of chromosomes. The default value is 22.
# NOT RUN { library(ALL) data(ALL) demoALL<-ALL[1:12,1:8] splitChromosomes(demoALL, 3) splitChromosomes(demoALL) # }
Run the code above in your browser using DataLab