Entering edit mode
marco.esposito
•
0
@marcoesposito-16435
Last seen 6.4 years ago
Hi I was trying to use the affydata packages, it lloks to be deleted from the list of the packages but if I write the installation script:
source("https://bioconductor.org/biocLite.R")
biocLite("affydata")
The software installs the package but when I type:
library(affydata) It comes with this error message: Error in library(affydata) : there is no package called ‘affydata’
Could anyone help, please?
Kind regards
Marco