-
Notifications
You must be signed in to change notification settings - Fork 7
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 Run BlueprintEncodeData() #21
Comments
I have a very similiar error when trying to
Here is the traceback
For completeness the session info
|
Nothing comes to mind, I haven't changed anything. I'd speculate you'd get the same error if you just did ExperimentHub::ExperimentHub() which suggests it's a problem with the ExperimentHub package rather than celldex. |
I dont't know where exactly the problem was, but I encountered it also using biomaRt and the found a solution in that repository's issue section: |
Hello, I am getting the same error, and others have suggested downgrading dplyr but this causes problems when I'm running some Seurat functions. Did you manage to fix it? Thanks! |
Before investigating further, I would advise making sure all your packages are up to date, in particular BiocFileCache. Run |
I am trying to run the following line of code after installing celldex.
ref <- BlueprintEncodeData()
However, I get the following error:
Here is the stack trace:
The text was updated successfully, but these errors were encountered: