if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GEOquery")
library(GEOquery)
gse <- getGEO("GSE90496", GSEMatrix=TRUE, getGPL=FALSE)
This returns the error message "Error in getGEO("GSE90496", GSEMatrix = TRUE, getGPL = FALSE) :
could not find function "getGEO"
I can't figure out why R won't let me use this function, I'm using the latest version of Rstudio so I can't update and try again.. if someone can please help? Thank you so much.