Displaying 2 results from an estimated 2 matches for "selectgen".
Did you mean:
selectgene
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 (Informatio...
2016 Apr 05
0
use one way ANOVA to select genes
...ubject: [R] 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...