now I have the microarray data from ncbi website http://www.ncbi.nlm.nih.gov/sites/GDSbrowser?acc=GDS4974
and I want to use the bioconductor code to find the significant gene
and now I can use GEOquery libray to load GDS4974.soft data into R (http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/r/geo/)
and now I want to normalized this microarray(GDS4974.soft) data, but don't know which bioconductor code I can use to normalize it
can anyone tell me which bioconductor code can I use to normalized it?
and if the next step of normalized is using two sample t test? because after normalized it , I want to using two sample t test
If it's already on GEO, why not just use GEO2R? You can even see the exact R code that it uses.
If you want to use t test, you can just use tools available at GEO Datasets. At the bottom of GEO Datasets page there is an overlap "Compare 2 sets of samples". Then, you have to assign samples to two groups, which you would like to compare. At the end, choose the type of t test and significance level. As a results you get significantly expressed genes.
thank you, I find the t test at GEO datasets
I have two posts related to this problem. Use GEOquery bioconductor package http://crazyhottommy.blogspot.com/search/label/GEO