-
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
Can't load BlueprintEncodeData from ExperimentHub #32
Comments
I can't reproduce this. I'll bet that you're using some out-of-date packages. For example, I have a different snapshot date when I try the same command: celldex::BlueprintEncodeData(legacy=TRUE)
## |======================================================================| 100%
##
## snapshotDate(): 2024-09-13
## see ?celldex and browseVignettes('celldex') for documentation
## loading from cache
## see ?celldex and browseVignettes('celldex') for documentation
## loading from cache
## class: SummarizedExperiment
## dim: 19859 259
## metadata(0):
## assays(1): logcounts
## rownames(19859): TSPAN6 TNMD ... LINC00550 GIMAP1-GIMAP5
## rowData names(0):
## colnames(259): mature.neutrophil
## CD14.positive..CD16.negative.classical.monocyte ...
## epithelial.cell.of.umbilical.artery.1
## dermis.lymphatic.vessel.endothelial.cell.1
## colData names(3): label.main label.fine label.ont Your snapshot date suggests that you're using the previous BioC version... which should still have worked, but I don't have that installed anymore, so I can't test it easily. FWIW fetchReference("blueprint_encode", "2024-02-26", realize.assays = TRUE, overwrite = TRUE)
## class: SummarizedExperiment
## dim: 19859 259
## metadata(0):
## assays(1): logcounts
## rownames(19859): TSPAN6 TNMD ... LINC00550 GIMAP1-GIMAP5
## rowData names(0):
## colnames(259): mature.neutrophil
## CD14.positive..CD16.negative.classical.monocyte ...
## epithelial.cell.of.umbilical.artery.1
## dermis.lymphatic.vessel.endothelial.cell.1
## colData names(3): label.main label.fine label.ont Session information
|
I am using the latest celldex Bioc version This is the issue when I tried to
sessionInfo()
|
The "date" in celldex::surveyReferences() Both Blueprint and Monaco work fine for me with the correct version: celldex::fetchReference("blueprint_encode", "2024-02-26")
## class: SummarizedExperiment
## dim: 19859 259
## metadata(0):
## assays(1): logcounts
## rownames(19859): TSPAN6 TNMD ... LINC00550 GIMAP1-GIMAP5
## rowData names(0):
## colnames(259): mature.neutrophil
## CD14.positive..CD16.negative.classical.monocyte ...
## epithelial.cell.of.umbilical.artery.1
## dermis.lymphatic.vessel.endothelial.cell.1
## colData names(3): label.main label.fine label.ont
celldex::fetchReference("monaco_immune", "2024-02-26")
## class: SummarizedExperiment
## dim: 46077 114
## metadata(0):
## assays(1): logcounts
## rownames(46077): A1BG A1BG-AS1 ... ZYX ZZEF1
## rowData names(0):
## colnames(114): DZQV_CD8_naive DZQV_CD8_CM ... G4YW_Neutrophils
## G4YW_Basophils
## colData names(3): label.main label.fine label.ont I suggest you try these commands in a fresh R session. |
Hi,
I get this error while trying to pull data from ExperimentHub by
legacy = TRUE
.The issue did not occur for MonacoImmuneData. Also, I had tried re-download the dataset
Thanks for you help!
The text was updated successfully, but these errors were encountered: