Hi all,
I have been running an analysis from microarray data and when I try to run this line " columns(org.Hs.eg.db)", I get an error. Could anyone please help me to understand this problem?
source("https://bioconductor.org/biocLite.R")
install.packages("org.Hs.eg.db", repos="http://bioconductor.org/packages/3.1/data/annotation")
biocLite("org.Hs.eg.db")
biocLite("hgu95av2.db")
biocLite("tidyverse")
columns(org.Hs.eg.db)
keytypes(org.Hs.eg.db)
Thanks in advance

Please edit your question to show the error and the output of your sessionInfo().