i want to select the significant genes form 5 clusters (groups) by one way ANOVA in r####################################################################################### # i want use One way ANOVA to select the siginificant from the clusters above selectgene <- function(GropuData,pvalue=0.05, na.rm=TRUE, file=1:5){# if each gruop in one txt file fdata <- list.files(data,full.names = TRUE) for(i in file) { anova() } }######################################
Hisham AL-bukhaiti Ph.D Student (Information system ) China, changsha,Hunan university. Mobile: 0068-15 111 4246 91. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.