Displaying 2 results from an estimated 2 matches for "gropudata".
Did you mean:
graphdata
2016 Apr 03
2
use one way ANOVA to select genes
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...
2016 Apr 05
0
use one way ANOVA to select genes
...OVA to select genes
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,...