list with FDR adjusted p.values
less than 0.01
p.adj <-
p.adjust(fit$p.value[,2])
sigGene.adj <- probeList[ p.adj < 0.01]
## without FDR adjustment
sigGene <- probeList[ fit$p.value[,2] < 0.01]
}
--
- Amy W.
--
Hi all,
My name is Amy, I am a masters student in Bioinformatics at North Carolina
State University. I am working on a project and I am trying to use the lumi
R package for microarray data analysis. I have shown the sample code here
and have questions about modifying the sample code for my own data
2 matches
Mail list logo