Hi,
I am a Student currently trying to learn and to understand how to analyse microarray data with R and Bioconductor.
I am following this course :
I am currently in the second part, but I already noticed some problems when doing the following :
tab = topTable(data.fit.eb,coef=2,number=2000,adjust.method="BH") topups = tab[tab[, "logFC"] > 1, ] colnames(topups) IDsup = topups$IDThe…
updated 9.8 years ago • giroudpaul
