Closed bassanio closed 3 years ago
Hi,
Can you try installing again? It should be available now.
InstallData("pbmcMultiome")
trying URL 'http://seurat.nygenome.org/src/contrib/pbmcMultiome.SeuratData_0.1.0.tar.gz'
Content type 'application/octet-stream' length 280133643 bytes (267.2 MB)
============
downloaded 64.5 MB
Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'http://seurat.nygenome.org/src/contrib/pbmcMultiome.SeuratData_0.1.0.tar.gz' failed
In addition: There were 38 warnings (use warnings() to see them)
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package ‘pbmcMultiome.SeuratData’ failed
Error in loadNamespace(name) :
there is no package called ‘pbmcMultiome.SeuratData’
sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 10.16
Matrix products: default
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] SeuratData_0.2.1
loaded via a namespace (and not attached):
[1] BiocManager_1.30.10 compiler_4.0.3 assertthat_0.2.1 cli_2.3.1 tools_4.0.3 glue_1.4.2
[7] rappdirs_0.3.3 curl_4.3 crayon_1.4.1 remotes_2.2.0
It looks like you've started the download (meaning that it is available) but the download took too long so it timed out. Could you try setting the timeout option to a larger number?
options(timeout = 1000)
InstallData("pbmcMultiome")
@andrewwbutler : Thank you. it worked. but there is 48 warnings and when i ran AvailableData() I could find the data but with warnings . Said that I am closing the ticket
AvailableData()
Dataset Version Summary seurat species system ncells
bmcite.SeuratData bmcite 0.3.0 30k Bone Marrow Cells 3.2.2 human bone marrow 30672
cbmc.SeuratData cbmc 3.1.4 scRNAseq and 13-antibody sequencing of CBMCs 3.1.4 human CBMC (cord blood) 8617
celegans.embryo.SeuratData celegans.embryo 0.1.0 6k C. elegans embryos from Packer and Zhu et al (2019) <NA> C. elegans embryo 6188
hcabm40k.SeuratData hcabm40k 3.0.0 40,000 Cells From the Human Cell Atlas ICA Bone Marrow Dataset <NA> human bone marrow 40000
ifnb.SeuratData ifnb 3.1.0 IFNB-Stimulated and Control PBMCs <NA> human PBMC 13999
panc8.SeuratData panc8 3.0.2 Eight Pancreas Datasets Across Five Technologies <NA> human Pancreatic Islets 14892
pbmc3k.SeuratData pbmc3k 3.1.4 3k PBMCs from 10X Genomics 3.1.4 human PBMC 2700
pbmcMultiome.SeuratData pbmcMultiome 0.1.0 10X Genomics PBMC Multiome Dataset 4.0.0 human pbmc 11909
pbmcsca.SeuratData pbmcsca 3.0.0 Broad Institute PBMC Systematic Comparative Analysis <NA> human PBMC 31021
ssHippo.SeuratData ssHippo 3.1.4 Slide-seq v2 dataset of mouse hippocampus <NA> mouse hippocampus NA
stxBrain.SeuratData stxBrain 0.1.1 10X Genomics Visium Mouse Brain Dataset <NA> mouse brain 12167
stxKidney.SeuratData stxKidney 0.1.0 10X Genomics Visium Mouse Kidney Dataset <NA> mouse kidney 1438
thp1.eccite.SeuratData thp1.eccite 3.1.5 ECCITE-seq THP-1 <NA> human <NA> NA
tech default.dataset disk.datasets other.datasets
bmcite.SeuratData <NA> <NA> <NA> <NA>
cbmc.SeuratData CITE-seq raw processed <NA>
celegans.embryo.SeuratData <NA> raw <NA> <NA>
hcabm40k.SeuratData 10x v2 raw <NA> <NA>
ifnb.SeuratData 10x v1 raw <NA> processed
panc8.SeuratData SMARTSeq2, Fluidigm C1, CelSeq, CelSeq2, inDrops raw <NA> <NA>
pbmc3k.SeuratData 10x v1 raw <NA> pbmc3k.final
pbmcMultiome.SeuratData <NA> NA <NA> pbmc.rna, pbmc.atac
pbmcsca.SeuratData 10x v2, 10x v3, SMARTSeq2, Seq-Well, inDrops, Drop-seq, CelSeq2 raw <NA> <NA>
ssHippo.SeuratData slideseq v2 raw <NA> <NA>
stxBrain.SeuratData visium NA <NA> posterior1, posterior2, anterior1, anterior2
stxKidney.SeuratData visium raw <NA> <NA>
thp1.eccite.SeuratData <NA> <NA> <NA> <NA>
notes Installed InstalledVersion
bmcite.SeuratData <NA> FALSE <NA>
cbmc.SeuratData <NA> FALSE <NA>
celegans.embryo.SeuratData <NA> FALSE <NA>
hcabm40k.SeuratData <NA> FALSE <NA>
ifnb.SeuratData <NA> FALSE <NA>
panc8.SeuratData <NA> FALSE <NA>
pbmc3k.SeuratData <NA> FALSE <NA>
pbmcMultiome.SeuratData One sample with two modalities, RNA and ATAC TRUE 0.1.0
pbmcsca.SeuratData HCA benchmark FALSE <NA>
ssHippo.SeuratData <NA> FALSE <NA>
stxBrain.SeuratData One sample split across four datasets as paired anterior/posterior slices FALSE <NA>
stxKidney.SeuratData <NA> FALSE <NA>
thp1.eccite.SeuratData <NA> FALSE
warnings()
Warning messages:
1: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
2: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
3: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
4: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
5: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
6: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
7: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
8: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
9: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
10: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
11: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
12: In if (is.na(desc)) { ... :
the condition has length > 1 and only the first element will be used
Hello I have the similar problem. AvailableData() showed a table that pbmcMultiome.SeuratData is in the list.
But when I ran InstallData("pbmcMultiome") I got an error Error in loadNamespace(name): there is no package called 'pbmcMultiome.SeuratData' Traceback:
I can install other data like pbmc3k, pbmcsca etc without any issues.
R version 4.0.3 (2020-10-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19042)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] SeuratObject_4.0.0 Seurat_4.0.1
I switched to InstallData("pbmcMultiome.SeuratData")
and it worked.
Combining suggestions from @andrewwbutler and @shellmik and do:
options(timeout = 1000) InstallData("pbmcMultiome.SeuratData")
works well without warnings and problems.
pbmcMultiome as described in this vignettes :https://satijalab.org/seurat/articles/atacseq_integration_vignette.html for some reason is not available to download. How to fix the issue
Warning: The following datasets are not available: pbmcMultiome Error: No SeuratData datasets provided
AvailableData()
sessionInfo