Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download genesets #17

Closed
ahussain01 opened this issue May 11, 2020 · 2 comments
Closed

Cannot download genesets #17

ahussain01 opened this issue May 11, 2020 · 2 comments

Comments

@ahussain01
Copy link

Hi hypeR developers,

I am currently using your hypeR package on R 4.0.0 and I am having trouble downloading the genesets. I get the following errors. I was using hypeR over a month ago and was having no issue with it at all.

Error in msigdb_download_all(species = "Homo sapiens") :
could not find function "msigdb_download_all"

Error in msigdb_fetch(msigdb_path, "C2.CP.BIOCARTA") :
could not find function "msigdb_fetch"

Please help.

Thanks

@anfederico
Copy link
Collaborator

anfederico commented May 11, 2020

We've introduced some changes to how genesets are downloaded to improve reproducibility of workflows in recent versions.

You can't bulk download all msigdb genesets but you can see all the available and download/save the ones you need.

library(hypeR)

hypeR::msigdb_info()

gsets <- msigdb_download(species="Homo sapiens", category="C2", "CP:BIOCARTA")

Please refer to the documentation for more information.

@ahussain01
Copy link
Author

Thanks a tonne.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants