-
Notifications
You must be signed in to change notification settings - Fork 33
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
TENxIO #2753
Comments
Hi @LiNk-NY Thanks for submitting your package. We are taking a quick The DESCRIPTION file for this package is:
|
I've not looked at the package closely, but has the design and implications of this package been discussed/planned with the DropletUtils and SpatialExperiment authors, which already have |
For DropletUtils: I have wanted to split the 10X-specific methods into a separate package, so as to avoid having to deal with the minutiae of keeping up with Cellranger. If this package can provide drop-in replacements for the various 10X processing functions ( For SpatialExperiment: my 2c would be that it would be nice to distinguish between the |
Hi @PeteHaitch and @LTLA ! Dario @drighelli had pointed me to the functionality in https://github.com/drighelli/read10xMultiome which should be covered by this package. I can also work with Dario to support 10X Visium data or have this supported in another package. I haven't discussed with Aaron @LTLA but I'd be happy to and provide drop-in replacement functionality. Best, |
Thanks for directing me to this conversation, I also think that could be good to have common IO functionalities for 10x outputs in a common package. Btw, the main author of the Dario |
A reviewer has been assigned to your package. Learn what to expect IMPORTANT: Please read this documentation for setting Bioconductor utilized your github ssh-keys for git.bioconductor.org |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on Linux, Mac, and Windows. On one or more platforms, the build results were: "ERROR". Please see the build report for more details. This link will be active Remember: if you submitted your package after July 7th, 2020, |
Received a valid push on git.bioconductor.org; starting a build for commit id: 612468475164925eb4fa0fc834af3661f8ccf74e |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on Linux, Mac, and Windows. Congratulations! The package built without errors or warnings Please see the build report for more details. This link will be active Remember: if you submitted your package after July 7th, 2020, |
Hi @LiNk-NY, Thank you for submitting TENxIO to Bioconductor. However, I do think TENxIO requires comparison to existing Bioconductor solutions for importing 10x Genomics files into R, namely DropletUtils and some of the functionality in SpatialExperiment. For acceptance into Bioconductor, there are a number of Required points, as well as Recommended points, that I would ask you to first please address. Cheers, Required
suppressPackageStartupMessages(library(DropletUtils))
suppressPackageStartupMessages(library(DropletTestFiles))
suppressPackageStartupMessages(library(TENxIO))
path <- getTestFile(
"tenx-3.1.0-5k_pbmc_protein_v3/1.0.0/filtered.h5",
prefix = TRUE)
#> snapshotDate(): 2022-10-03
#> see ?DropletTestFiles and browseVignettes('DropletTestFiles') for documentation
#> loading from cache
sce1 <- read10xCounts(path, type = "HDF5")
sce2 <- import(TENxH5(path))
#> Warning: File extension is not 'h5'; import may fail
#> Error in rhdf5::h5read(path(x), paste0(group, x@ranges), list(rows), s3 = remote): Object 'matrix/features/interval' does not exist in this HDF5 file. Created on 2022-10-04 with reprex v2.0.2 Session infosessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#> setting value
#> version R version 4.2.1 (2022-06-23)
#> os macOS Big Sur ... 10.16
#> system x86_64, darwin17.0
#> ui X11
#> language (EN)
#> collate en_AU.UTF-8
#> ctype en_AU.UTF-8
#> tz Australia/Melbourne
#> date 2022-10-04
#> pandoc 2.18 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/tools/ (via rmarkdown)
#>
#> ─ Packages ───────────────────────────────────────────────────────────────────
#> package * version date (UTC) lib source
#> AnnotationDbi 1.59.1 2022-05-19 [1] Bioconductor
#> AnnotationHub 3.5.2 2022-09-27 [1] Bioconductor
#> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.2.0)
#> beachmat 2.13.4 2022-06-21 [1] Bioconductor
#> Biobase * 2.57.1 2022-05-19 [1] Bioconductor
#> BiocBaseUtils 0.99.12 2022-09-02 [1] Bioconductor
#> BiocFileCache 2.5.0 2022-04-26 [1] Bioconductor
#> BiocGenerics * 0.43.4 2022-09-11 [1] Bioconductor
#> BiocIO 1.7.1 2022-05-06 [1] Bioconductor
#> BiocManager 1.30.18 2022-05-18 [1] CRAN (R 4.2.0)
#> BiocParallel 1.31.12 2022-08-03 [1] Bioconductor
#> BiocVersion 3.16.0 2022-04-26 [1] Bioconductor
#> Biostrings 2.65.6 2022-09-09 [1] Bioconductor
#> bit 4.0.4 2020-08-04 [1] CRAN (R 4.2.0)
#> bit64 4.0.5 2020-08-30 [1] CRAN (R 4.2.0)
#> bitops 1.0-7 2021-04-24 [1] CRAN (R 4.2.0)
#> blob 1.2.3 2022-04-10 [1] CRAN (R 4.2.0)
#> cachem 1.0.6 2021-08-19 [1] CRAN (R 4.2.0)
#> cli 3.4.1 2022-09-23 [1] CRAN (R 4.2.1)
#> codetools 0.2-18 2020-11-04 [1] CRAN (R 4.2.1)
#> crayon 1.5.2 2022-09-29 [1] CRAN (R 4.2.1)
#> curl 4.3.2 2021-06-23 [1] CRAN (R 4.2.0)
#> DBI 1.1.3 2022-06-18 [1] CRAN (R 4.2.0)
#> dbplyr 2.2.1 2022-06-27 [1] CRAN (R 4.2.0)
#> DelayedArray 0.23.2 2022-09-15 [1] Bioconductor
#> DelayedMatrixStats 1.19.1 2022-09-27 [1] Bioconductor
#> digest 0.6.29 2021-12-01 [1] CRAN (R 4.2.0)
#> dplyr 1.0.10 2022-09-01 [1] CRAN (R 4.2.0)
#> dqrng 0.3.0 2021-05-01 [1] CRAN (R 4.2.0)
#> DropletTestFiles * 1.7.0 2022-04-27 [1] Bioconductor
#> DropletUtils * 1.17.3 2022-09-22 [1] Bioconductor
#> edgeR 3.39.6 2022-08-08 [1] Bioconductor
#> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.0)
#> evaluate 0.16 2022-08-09 [1] CRAN (R 4.2.0)
#> ExperimentHub 2.5.0 2022-04-26 [1] Bioconductor
#> fansi 1.0.3 2022-03-24 [1] CRAN (R 4.2.0)
#> fastmap 1.1.0 2021-01-25 [1] CRAN (R 4.2.0)
#> filelock 1.0.2 2018-10-05 [1] CRAN (R 4.2.0)
#> fs 1.5.2 2021-12-08 [1] CRAN (R 4.2.0)
#> generics 0.1.3 2022-07-05 [1] CRAN (R 4.2.0)
#> GenomeInfoDb * 1.33.7 2022-09-07 [1] Bioconductor
#> GenomeInfoDbData 1.2.9 2022-09-30 [1] Bioconductor
#> GenomicRanges * 1.49.1 2022-08-18 [1] Bioconductor
#> glue 1.6.2 2022-02-24 [1] CRAN (R 4.2.0)
#> HDF5Array 1.25.2 2022-08-03 [1] Bioconductor
#> highr 0.9 2021-04-16 [1] CRAN (R 4.2.0)
#> hms 1.1.2 2022-08-19 [1] CRAN (R 4.2.0)
#> htmltools 0.5.3 2022-07-18 [1] CRAN (R 4.2.0)
#> httpuv 1.6.6 2022-09-08 [1] CRAN (R 4.2.0)
#> httr 1.4.4 2022-08-17 [1] CRAN (R 4.2.0)
#> interactiveDisplayBase 1.35.0 2022-04-26 [1] Bioconductor
#> IRanges * 2.31.2 2022-08-18 [1] Bioconductor
#> KEGGREST 1.37.3 2022-07-10 [1] Bioconductor
#> knitr 1.40 2022-08-24 [1] CRAN (R 4.2.0)
#> later 1.3.0 2021-08-18 [1] CRAN (R 4.2.0)
#> lattice 0.20-45 2021-09-22 [1] CRAN (R 4.2.1)
#> lifecycle 1.0.2 2022-09-09 [1] CRAN (R 4.2.0)
#> limma 3.53.10 2022-09-26 [1] Bioconductor
#> locfit 1.5-9.6 2022-07-11 [1] CRAN (R 4.2.0)
#> magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.2.0)
#> Matrix 1.5-1 2022-09-13 [1] CRAN (R 4.2.0)
#> MatrixGenerics * 1.9.1 2022-06-24 [1] Bioconductor
#> matrixStats * 0.62.0 2022-04-19 [1] CRAN (R 4.2.0)
#> memoise 2.0.1 2021-11-26 [1] CRAN (R 4.2.0)
#> mime 0.12 2021-09-28 [1] CRAN (R 4.2.0)
#> pillar 1.8.1 2022-08-19 [1] CRAN (R 4.2.0)
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.2.0)
#> png 0.1-7 2013-12-03 [1] CRAN (R 4.2.0)
#> promises 1.2.0.1 2021-02-11 [1] CRAN (R 4.2.0)
#> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.2.0)
#> R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.2.0)
#> R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.2.0)
#> R.oo 1.25.0 2022-06-12 [1] CRAN (R 4.2.0)
#> R.utils 2.12.0 2022-06-28 [1] CRAN (R 4.2.0)
#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.2.0)
#> rappdirs 0.3.3 2021-01-31 [1] CRAN (R 4.2.0)
#> Rcpp 1.0.9 2022-07-08 [1] CRAN (R 4.2.0)
#> RCurl 1.98-1.9 2022-10-03 [1] CRAN (R 4.2.1)
#> readr 2.1.3 2022-10-01 [1] CRAN (R 4.2.1)
#> reprex 2.0.2 2022-08-17 [1] CRAN (R 4.2.0)
#> rhdf5 2.41.1 2022-06-21 [1] Bioconductor
#> rhdf5filters 1.9.0 2022-04-26 [1] Bioconductor
#> Rhdf5lib 1.19.2 2022-05-13 [1] Bioconductor
#> rlang 1.0.6 2022-09-24 [1] CRAN (R 4.2.1)
#> rmarkdown 2.16 2022-08-24 [1] CRAN (R 4.2.0)
#> RSQLite 2.2.17 2022-09-10 [1] CRAN (R 4.2.0)
#> rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.2.0)
#> S4Vectors * 0.35.4 2022-09-18 [1] Bioconductor
#> scuttle 1.7.4 2022-08-23 [1] Bioconductor
#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.2.0)
#> shiny 1.7.2 2022-07-19 [1] CRAN (R 4.2.0)
#> SingleCellExperiment * 1.19.1 2022-09-30 [1] Bioconductor
#> sparseMatrixStats 1.9.0 2022-04-26 [1] Bioconductor
#> stringi 1.7.8 2022-07-11 [1] CRAN (R 4.2.0)
#> stringr 1.4.1 2022-08-20 [1] CRAN (R 4.2.0)
#> styler 1.7.0 2022-03-13 [1] CRAN (R 4.2.0)
#> SummarizedExperiment * 1.27.3 2022-09-15 [1] Bioconductor
#> TENxIO * 0.99.4 2022-10-03 [1] Bioconductor
#> tibble 3.1.8 2022-07-22 [1] CRAN (R 4.2.0)
#> tidyselect 1.1.2 2022-02-21 [1] CRAN (R 4.2.0)
#> tzdb 0.3.0 2022-03-28 [1] CRAN (R 4.2.0)
#> utf8 1.2.2 2021-07-24 [1] CRAN (R 4.2.0)
#> vctrs 0.4.2 2022-09-29 [1] CRAN (R 4.2.1)
#> withr 2.5.0 2022-03-03 [1] CRAN (R 4.2.0)
#> xfun 0.33 2022-09-12 [1] CRAN (R 4.2.0)
#> xtable 1.8-4 2019-04-21 [1] CRAN (R 4.2.0)
#> XVector 0.37.1 2022-08-25 [1] Bioconductor
#> yaml 2.3.5 2022-02-21 [1] CRAN (R 4.2.0)
#> zlibbioc 1.43.0 2022-04-26 [1] Bioconductor
#>
#> [1] /Library/Frameworks/R.framework/Versions/4.2/Resources/library
#>
#> ──────────────────────────────────────────────────────────────────────────────
suppressPackageStartupMessages(library(TENxIO))
hub <- ExperimentHub::ExperimentHub()
#> snapshotDate(): 2022-10-03
fname <- hub[["EH1039"]]
#> see ?TENxBrainData and browseVignettes('TENxBrainData') for documentation
#> loading from cache
con <- TENxFile(fname, extension = "h5", group = "mm10", version = "2")
#> Warning: 'group' not in known 10X groups: matrix, outs
import(con)
#> Error in import(con): Version 2 not supported yet. Created on 2022-10-04 with reprex v2.0.2 Session infosessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#> setting value
#> version R version 4.2.1 (2022-06-23)
#> os macOS Big Sur ... 10.16
#> system x86_64, darwin17.0
#> ui X11
#> language (EN)
#> collate en_AU.UTF-8
#> ctype en_AU.UTF-8
#> tz Australia/Melbourne
#> date 2022-10-04
#> pandoc 2.18 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/tools/ (via rmarkdown)
#>
#> ─ Packages ───────────────────────────────────────────────────────────────────
#> package * version date (UTC) lib source
#> AnnotationDbi 1.59.1 2022-05-19 [1] Bioconductor
#> AnnotationHub 3.5.2 2022-09-27 [1] Bioconductor
#> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.2.0)
#> Biobase * 2.57.1 2022-05-19 [1] Bioconductor
#> BiocBaseUtils 0.99.12 2022-09-02 [1] Bioconductor
#> BiocFileCache 2.5.0 2022-04-26 [1] Bioconductor
#> BiocGenerics * 0.43.4 2022-09-11 [1] Bioconductor
#> BiocIO 1.7.1 2022-05-06 [1] Bioconductor
#> BiocManager 1.30.18 2022-05-18 [1] CRAN (R 4.2.0)
#> BiocVersion 3.16.0 2022-04-26 [1] Bioconductor
#> Biostrings 2.65.6 2022-09-09 [1] Bioconductor
#> bit 4.0.4 2020-08-04 [1] CRAN (R 4.2.0)
#> bit64 4.0.5 2020-08-30 [1] CRAN (R 4.2.0)
#> bitops 1.0-7 2021-04-24 [1] CRAN (R 4.2.0)
#> blob 1.2.3 2022-04-10 [1] CRAN (R 4.2.0)
#> cachem 1.0.6 2021-08-19 [1] CRAN (R 4.2.0)
#> cli 3.4.1 2022-09-23 [1] CRAN (R 4.2.1)
#> crayon 1.5.2 2022-09-29 [1] CRAN (R 4.2.1)
#> curl 4.3.2 2021-06-23 [1] CRAN (R 4.2.0)
#> DBI 1.1.3 2022-06-18 [1] CRAN (R 4.2.0)
#> dbplyr 2.2.1 2022-06-27 [1] CRAN (R 4.2.0)
#> DelayedArray * 0.23.2 2022-09-15 [1] Bioconductor
#> digest 0.6.29 2021-12-01 [1] CRAN (R 4.2.0)
#> dplyr 1.0.10 2022-09-01 [1] CRAN (R 4.2.0)
#> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.0)
#> evaluate 0.16 2022-08-09 [1] CRAN (R 4.2.0)
#> ExperimentHub 2.5.0 2022-04-26 [1] Bioconductor
#> fansi 1.0.3 2022-03-24 [1] CRAN (R 4.2.0)
#> fastmap 1.1.0 2021-01-25 [1] CRAN (R 4.2.0)
#> filelock 1.0.2 2018-10-05 [1] CRAN (R 4.2.0)
#> fs 1.5.2 2021-12-08 [1] CRAN (R 4.2.0)
#> generics 0.1.3 2022-07-05 [1] CRAN (R 4.2.0)
#> GenomeInfoDb * 1.33.7 2022-09-07 [1] Bioconductor
#> GenomeInfoDbData 1.2.9 2022-09-30 [1] Bioconductor
#> GenomicRanges * 1.49.1 2022-08-18 [1] Bioconductor
#> glue 1.6.2 2022-02-24 [1] CRAN (R 4.2.0)
#> HDF5Array * 1.25.2 2022-08-03 [1] Bioconductor
#> highr 0.9 2021-04-16 [1] CRAN (R 4.2.0)
#> hms 1.1.2 2022-08-19 [1] CRAN (R 4.2.0)
#> htmltools 0.5.3 2022-07-18 [1] CRAN (R 4.2.0)
#> httpuv 1.6.6 2022-09-08 [1] CRAN (R 4.2.0)
#> httr 1.4.4 2022-08-17 [1] CRAN (R 4.2.0)
#> interactiveDisplayBase 1.35.0 2022-04-26 [1] Bioconductor
#> IRanges * 2.31.2 2022-08-18 [1] Bioconductor
#> KEGGREST 1.37.3 2022-07-10 [1] Bioconductor
#> knitr 1.40 2022-08-24 [1] CRAN (R 4.2.0)
#> later 1.3.0 2021-08-18 [1] CRAN (R 4.2.0)
#> lattice 0.20-45 2021-09-22 [1] CRAN (R 4.2.1)
#> lifecycle 1.0.2 2022-09-09 [1] CRAN (R 4.2.0)
#> magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.2.0)
#> Matrix * 1.5-1 2022-09-13 [1] CRAN (R 4.2.0)
#> MatrixGenerics * 1.9.1 2022-06-24 [1] Bioconductor
#> matrixStats * 0.62.0 2022-04-19 [1] CRAN (R 4.2.0)
#> memoise 2.0.1 2021-11-26 [1] CRAN (R 4.2.0)
#> mime 0.12 2021-09-28 [1] CRAN (R 4.2.0)
#> pillar 1.8.1 2022-08-19 [1] CRAN (R 4.2.0)
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.2.0)
#> png 0.1-7 2013-12-03 [1] CRAN (R 4.2.0)
#> promises 1.2.0.1 2021-02-11 [1] CRAN (R 4.2.0)
#> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.2.0)
#> R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.2.0)
#> R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.2.0)
#> R.oo 1.25.0 2022-06-12 [1] CRAN (R 4.2.0)
#> R.utils 2.12.0 2022-06-28 [1] CRAN (R 4.2.0)
#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.2.0)
#> rappdirs 0.3.3 2021-01-31 [1] CRAN (R 4.2.0)
#> Rcpp 1.0.9 2022-07-08 [1] CRAN (R 4.2.0)
#> RCurl 1.98-1.9 2022-10-03 [1] CRAN (R 4.2.1)
#> readr 2.1.3 2022-10-01 [1] CRAN (R 4.2.1)
#> reprex 2.0.2 2022-08-17 [1] CRAN (R 4.2.0)
#> rhdf5 * 2.41.1 2022-06-21 [1] Bioconductor
#> rhdf5filters 1.9.0 2022-04-26 [1] Bioconductor
#> Rhdf5lib 1.19.2 2022-05-13 [1] Bioconductor
#> rlang 1.0.6 2022-09-24 [1] CRAN (R 4.2.1)
#> rmarkdown 2.16 2022-08-24 [1] CRAN (R 4.2.0)
#> RSQLite 2.2.17 2022-09-10 [1] CRAN (R 4.2.0)
#> rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.2.0)
#> S4Vectors * 0.35.4 2022-09-18 [1] Bioconductor
#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.2.0)
#> shiny 1.7.2 2022-07-19 [1] CRAN (R 4.2.0)
#> SingleCellExperiment * 1.19.1 2022-09-30 [1] Bioconductor
#> stringi 1.7.8 2022-07-11 [1] CRAN (R 4.2.0)
#> stringr 1.4.1 2022-08-20 [1] CRAN (R 4.2.0)
#> styler 1.7.0 2022-03-13 [1] CRAN (R 4.2.0)
#> SummarizedExperiment * 1.27.3 2022-09-15 [1] Bioconductor
#> TENxBrainData * 1.17.0 2022-04-27 [1] Bioconductor
#> TENxIO * 0.99.4 2022-10-03 [1] Bioconductor
#> tibble 3.1.8 2022-07-22 [1] CRAN (R 4.2.0)
#> tidyselect 1.1.2 2022-02-21 [1] CRAN (R 4.2.0)
#> tzdb 0.3.0 2022-03-28 [1] CRAN (R 4.2.0)
#> utf8 1.2.2 2021-07-24 [1] CRAN (R 4.2.0)
#> vctrs 0.4.2 2022-09-29 [1] CRAN (R 4.2.1)
#> withr 2.5.0 2022-03-03 [1] CRAN (R 4.2.0)
#> xfun 0.33 2022-09-12 [1] CRAN (R 4.2.0)
#> xtable 1.8-4 2019-04-21 [1] CRAN (R 4.2.0)
#> XVector 0.37.1 2022-08-25 [1] Bioconductor
#> yaml 2.3.5 2022-02-21 [1] CRAN (R 4.2.0)
#> zlibbioc 1.43.0 2022-04-26 [1] Bioconductor
#>
#> [1] /Library/Frameworks/R.framework/Versions/4.2/Resources/library
#>
#> ──────────────────────────────────────────────────────────────────────────────
suppressPackageStartupMessages(library(TENxIO))
pbmc_url <-
"https://raw.githubusercontent.com/waldronlab/TENxIO/devel/inst/extdata/10k_pbmc_ATACv2_f_bc_ex.h5"
remoteh5 <- TENxFile(pbmc_url)
#> Error in H5Pset_fapl_ros3(fapl, s3credentials): Rhdf5lib was not compiled with support for the S3 VFD
Rhdf5lib::pkgconfig()
#> "/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rhdf5lib/lib/libhdf5_cpp.a" "/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rhdf5lib/lib/libhdf5.a" -L"/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rhdf5lib/lib" -lsz -laec -lz -ldl -lm Created on 2022-10-04 with reprex v2.0.2 Session infosessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#> setting value
#> version R version 4.2.1 (2022-06-23)
#> os macOS Big Sur ... 10.16
#> system x86_64, darwin17.0
#> ui X11
#> language (EN)
#> collate en_AU.UTF-8
#> ctype en_AU.UTF-8
#> tz Australia/Melbourne
#> date 2022-10-04
#> pandoc 2.18 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/tools/ (via rmarkdown)
#>
#> ─ Packages ───────────────────────────────────────────────────────────────────
#> package * version date (UTC) lib source
#> Biobase * 2.57.1 2022-05-19 [1] Bioconductor
#> BiocBaseUtils 0.99.12 2022-09-02 [1] Bioconductor
#> BiocGenerics * 0.43.4 2022-09-11 [1] Bioconductor
#> BiocIO 1.7.1 2022-05-06 [1] Bioconductor
#> bitops 1.0-7 2021-04-24 [1] CRAN (R 4.2.0)
#> cli 3.4.1 2022-09-23 [1] CRAN (R 4.2.1)
#> DelayedArray 0.23.2 2022-09-15 [1] Bioconductor
#> digest 0.6.29 2021-12-01 [1] CRAN (R 4.2.0)
#> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.0)
#> evaluate 0.16 2022-08-09 [1] CRAN (R 4.2.0)
#> fansi 1.0.3 2022-03-24 [1] CRAN (R 4.2.0)
#> fastmap 1.1.0 2021-01-25 [1] CRAN (R 4.2.0)
#> fs 1.5.2 2021-12-08 [1] CRAN (R 4.2.0)
#> GenomeInfoDb * 1.33.7 2022-09-07 [1] Bioconductor
#> GenomeInfoDbData 1.2.9 2022-09-30 [1] Bioconductor
#> GenomicRanges * 1.49.1 2022-08-18 [1] Bioconductor
#> glue 1.6.2 2022-02-24 [1] CRAN (R 4.2.0)
#> highr 0.9 2021-04-16 [1] CRAN (R 4.2.0)
#> hms 1.1.2 2022-08-19 [1] CRAN (R 4.2.0)
#> htmltools 0.5.3 2022-07-18 [1] CRAN (R 4.2.0)
#> IRanges * 2.31.2 2022-08-18 [1] Bioconductor
#> knitr 1.40 2022-08-24 [1] CRAN (R 4.2.0)
#> lattice 0.20-45 2021-09-22 [1] CRAN (R 4.2.1)
#> lifecycle 1.0.2 2022-09-09 [1] CRAN (R 4.2.0)
#> magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.2.0)
#> Matrix 1.5-1 2022-09-13 [1] CRAN (R 4.2.0)
#> MatrixGenerics * 1.9.1 2022-06-24 [1] Bioconductor
#> matrixStats * 0.62.0 2022-04-19 [1] CRAN (R 4.2.0)
#> pillar 1.8.1 2022-08-19 [1] CRAN (R 4.2.0)
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.2.0)
#> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.2.0)
#> R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.2.0)
#> R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.2.0)
#> R.oo 1.25.0 2022-06-12 [1] CRAN (R 4.2.0)
#> R.utils 2.12.0 2022-06-28 [1] CRAN (R 4.2.0)
#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.2.0)
#> RCurl 1.98-1.9 2022-10-03 [1] CRAN (R 4.2.1)
#> readr 2.1.3 2022-10-01 [1] CRAN (R 4.2.1)
#> reprex 2.0.2 2022-08-17 [1] CRAN (R 4.2.0)
#> rhdf5 2.41.1 2022-06-21 [1] Bioconductor
#> rhdf5filters 1.9.0 2022-04-26 [1] Bioconductor
#> Rhdf5lib 1.19.2 2022-05-13 [1] Bioconductor
#> rlang 1.0.6 2022-09-24 [1] CRAN (R 4.2.1)
#> rmarkdown 2.16 2022-08-24 [1] CRAN (R 4.2.0)
#> rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.2.0)
#> S4Vectors * 0.35.4 2022-09-18 [1] Bioconductor
#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.2.0)
#> SingleCellExperiment * 1.19.1 2022-09-30 [1] Bioconductor
#> stringi 1.7.8 2022-07-11 [1] CRAN (R 4.2.0)
#> stringr 1.4.1 2022-08-20 [1] CRAN (R 4.2.0)
#> styler 1.7.0 2022-03-13 [1] CRAN (R 4.2.0)
#> SummarizedExperiment * 1.27.3 2022-09-15 [1] Bioconductor
#> TENxIO * 0.99.4 2022-10-03 [1] Bioconductor
#> tibble 3.1.8 2022-07-22 [1] CRAN (R 4.2.0)
#> tzdb 0.3.0 2022-03-28 [1] CRAN (R 4.2.0)
#> utf8 1.2.2 2021-07-24 [1] CRAN (R 4.2.0)
#> vctrs 0.4.2 2022-09-29 [1] CRAN (R 4.2.1)
#> withr 2.5.0 2022-03-03 [1] CRAN (R 4.2.0)
#> xfun 0.33 2022-09-12 [1] CRAN (R 4.2.0)
#> XVector 0.37.1 2022-08-25 [1] Bioconductor
#> yaml 2.3.5 2022-02-21 [1] CRAN (R 4.2.0)
#> zlibbioc 1.43.0 2022-04-26 [1] Bioconductor
#>
#> [1] /Library/Frameworks/R.framework/Versions/4.2/Resources/library
#>
#> ──────────────────────────────────────────────────────────────────────────────
Recommended
suppressPackageStartupMessages(library(TENxIO))
hub <- ExperimentHub::ExperimentHub()
#> snapshotDate(): 2022-10-03
fname <- hub[["EH1039"]]
#> see ?TENxBrainData and browseVignettes('TENxBrainData') for documentation
#> loading from cache
TENxFile(fname, extension = "h5", group = "mm10", version = "2")
#> Warning: 'group' not in known 10X groups: matrix, outs
#> TENxH5 object
#> resource: /Users/Peter/Library/Caches/org.R-project.R/R/ExperimentHub/48e4b14df09_1039
#> projection: SingleCellExperiment
#> dim: 27998 1306127
#> rownames: ENSMUSG00000051951 ENSMUSG00000089699 ... ENSMUSG00000096730 ENSMUSG00000095742
#> rowData names(3): ID Symbol Type
#> Type: ENSMUSG00000025900 ENSMUSG00000025902 ... ENSMUSG00000102343 ENSMUSG00000109048
#> colnames: AAACCTGAGATAGGAG-1 AAACCTGAGCGGCTTC-1 ... TTTGTCAGTTAAAGTG-133 TTTGTCATCTGAAAGA-133 Session infosessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#> setting value
#> version R version 4.2.1 (2022-06-23)
#> os macOS Big Sur ... 10.16
#> system x86_64, darwin17.0
#> ui X11
#> language (EN)
#> collate en_AU.UTF-8
#> ctype en_AU.UTF-8
#> tz Australia/Melbourne
#> date 2022-10-04
#> pandoc 2.18 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/tools/ (via rmarkdown)
#>
#> ─ Packages ───────────────────────────────────────────────────────────────────
#> package * version date (UTC) lib source
#> AnnotationDbi 1.59.1 2022-05-19 [1] Bioconductor
#> AnnotationHub 3.5.2 2022-09-27 [1] Bioconductor
#> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.2.0)
#> Biobase * 2.57.1 2022-05-19 [1] Bioconductor
#> BiocBaseUtils 0.99.12 2022-09-02 [1] Bioconductor
#> BiocFileCache 2.5.0 2022-04-26 [1] Bioconductor
#> BiocGenerics * 0.43.4 2022-09-11 [1] Bioconductor
#> BiocIO 1.7.1 2022-05-06 [1] Bioconductor
#> BiocManager 1.30.18 2022-05-18 [1] CRAN (R 4.2.0)
#> BiocVersion 3.16.0 2022-04-26 [1] Bioconductor
#> Biostrings 2.65.6 2022-09-09 [1] Bioconductor
#> bit 4.0.4 2020-08-04 [1] CRAN (R 4.2.0)
#> bit64 4.0.5 2020-08-30 [1] CRAN (R 4.2.0)
#> bitops 1.0-7 2021-04-24 [1] CRAN (R 4.2.0)
#> blob 1.2.3 2022-04-10 [1] CRAN (R 4.2.0)
#> cachem 1.0.6 2021-08-19 [1] CRAN (R 4.2.0)
#> cli 3.4.1 2022-09-23 [1] CRAN (R 4.2.1)
#> crayon 1.5.2 2022-09-29 [1] CRAN (R 4.2.1)
#> curl 4.3.2 2021-06-23 [1] CRAN (R 4.2.0)
#> DBI 1.1.3 2022-06-18 [1] CRAN (R 4.2.0)
#> dbplyr 2.2.1 2022-06-27 [1] CRAN (R 4.2.0)
#> DelayedArray * 0.23.2 2022-09-15 [1] Bioconductor
#> digest 0.6.29 2021-12-01 [1] CRAN (R 4.2.0)
#> dplyr 1.0.10 2022-09-01 [1] CRAN (R 4.2.0)
#> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.0)
#> evaluate 0.16 2022-08-09 [1] CRAN (R 4.2.0)
#> ExperimentHub 2.5.0 2022-04-26 [1] Bioconductor
#> fansi 1.0.3 2022-03-24 [1] CRAN (R 4.2.0)
#> fastmap 1.1.0 2021-01-25 [1] CRAN (R 4.2.0)
#> filelock 1.0.2 2018-10-05 [1] CRAN (R 4.2.0)
#> fs 1.5.2 2021-12-08 [1] CRAN (R 4.2.0)
#> generics 0.1.3 2022-07-05 [1] CRAN (R 4.2.0)
#> GenomeInfoDb * 1.33.7 2022-09-07 [1] Bioconductor
#> GenomeInfoDbData 1.2.9 2022-09-30 [1] Bioconductor
#> GenomicRanges * 1.49.1 2022-08-18 [1] Bioconductor
#> glue 1.6.2 2022-02-24 [1] CRAN (R 4.2.0)
#> HDF5Array * 1.25.2 2022-08-03 [1] Bioconductor
#> highr 0.9 2021-04-16 [1] CRAN (R 4.2.0)
#> hms 1.1.2 2022-08-19 [1] CRAN (R 4.2.0)
#> htmltools 0.5.3 2022-07-18 [1] CRAN (R 4.2.0)
#> httpuv 1.6.6 2022-09-08 [1] CRAN (R 4.2.0)
#> httr 1.4.4 2022-08-17 [1] CRAN (R 4.2.0)
#> interactiveDisplayBase 1.35.0 2022-04-26 [1] Bioconductor
#> IRanges * 2.31.2 2022-08-18 [1] Bioconductor
#> KEGGREST 1.37.3 2022-07-10 [1] Bioconductor
#> knitr 1.40 2022-08-24 [1] CRAN (R 4.2.0)
#> later 1.3.0 2021-08-18 [1] CRAN (R 4.2.0)
#> lattice 0.20-45 2021-09-22 [1] CRAN (R 4.2.1)
#> lifecycle 1.0.2 2022-09-09 [1] CRAN (R 4.2.0)
#> magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.2.0)
#> Matrix * 1.5-1 2022-09-13 [1] CRAN (R 4.2.0)
#> MatrixGenerics * 1.9.1 2022-06-24 [1] Bioconductor
#> matrixStats * 0.62.0 2022-04-19 [1] CRAN (R 4.2.0)
#> memoise 2.0.1 2021-11-26 [1] CRAN (R 4.2.0)
#> mime 0.12 2021-09-28 [1] CRAN (R 4.2.0)
#> pillar 1.8.1 2022-08-19 [1] CRAN (R 4.2.0)
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.2.0)
#> png 0.1-7 2013-12-03 [1] CRAN (R 4.2.0)
#> promises 1.2.0.1 2021-02-11 [1] CRAN (R 4.2.0)
#> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.2.0)
#> R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.2.0)
#> R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.2.0)
#> R.oo 1.25.0 2022-06-12 [1] CRAN (R 4.2.0)
#> R.utils 2.12.0 2022-06-28 [1] CRAN (R 4.2.0)
#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.2.0)
#> rappdirs 0.3.3 2021-01-31 [1] CRAN (R 4.2.0)
#> Rcpp 1.0.9 2022-07-08 [1] CRAN (R 4.2.0)
#> RCurl 1.98-1.9 2022-10-03 [1] CRAN (R 4.2.1)
#> readr 2.1.3 2022-10-01 [1] CRAN (R 4.2.1)
#> reprex 2.0.2 2022-08-17 [1] CRAN (R 4.2.0)
#> rhdf5 * 2.41.1 2022-06-21 [1] Bioconductor
#> rhdf5filters 1.9.0 2022-04-26 [1] Bioconductor
#> Rhdf5lib 1.19.2 2022-05-13 [1] Bioconductor
#> rlang 1.0.6 2022-09-24 [1] CRAN (R 4.2.1)
#> rmarkdown 2.16 2022-08-24 [1] CRAN (R 4.2.0)
#> RSQLite 2.2.17 2022-09-10 [1] CRAN (R 4.2.0)
#> rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.2.0)
#> S4Vectors * 0.35.4 2022-09-18 [1] Bioconductor
#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.2.0)
#> shiny 1.7.2 2022-07-19 [1] CRAN (R 4.2.0)
#> SingleCellExperiment * 1.19.1 2022-09-30 [1] Bioconductor
#> stringi 1.7.8 2022-07-11 [1] CRAN (R 4.2.0)
#> stringr 1.4.1 2022-08-20 [1] CRAN (R 4.2.0)
#> styler 1.7.0 2022-03-13 [1] CRAN (R 4.2.0)
#> SummarizedExperiment * 1.27.3 2022-09-15 [1] Bioconductor
#> TENxBrainData * 1.17.0 2022-04-27 [1] Bioconductor
#> TENxIO * 0.99.4 2022-10-03 [1] Bioconductor
#> tibble 3.1.8 2022-07-22 [1] CRAN (R 4.2.0)
#> tidyselect 1.1.2 2022-02-21 [1] CRAN (R 4.2.0)
#> tzdb 0.3.0 2022-03-28 [1] CRAN (R 4.2.0)
#> utf8 1.2.2 2021-07-24 [1] CRAN (R 4.2.0)
#> vctrs 0.4.2 2022-09-29 [1] CRAN (R 4.2.1)
#> withr 2.5.0 2022-03-03 [1] CRAN (R 4.2.0)
#> xfun 0.33 2022-09-12 [1] CRAN (R 4.2.0)
#> xtable 1.8-4 2019-04-21 [1] CRAN (R 4.2.0)
#> XVector 0.37.1 2022-08-25 [1] Bioconductor
#> yaml 2.3.5 2022-02-21 [1] CRAN (R 4.2.0)
#> zlibbioc 1.43.0 2022-04-26 [1] Bioconductor
#>
#> [1] /Library/Frameworks/R.framework/Versions/4.2/Resources/library
#>
#> ──────────────────────────────────────────────────────────────────────────────
|
Hi Pete, @PeteHaitch Thank you for the comprehensive review. Best,
I've added support for files without 'interval' information.
Support for version 2 is added. It will import a plain
I will let Dario @drighelli or Helena @HelenaLC comment here. They are
I have added a note in the
I do not have access to a Mac. I think the BBS is configured properly with
The builders should have it in memory but I have made this chunk
It looks like it's finding these calls in the
This warning is for files that don't have a file extension, namely those in
There is no standardized approach but using
AFAIK, |
Received a valid push on git.bioconductor.org; starting a build for commit id: 055930139afa02c9e4d72caa52d1b858ada7cdb6 |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on Linux, Mac, and Windows. Congratulations! The package built without errors or warnings Please see the build report for more details. This link will be active Remember: if you submitted your package after July 7th, 2020, |
Hi all, following up here regarding some of the discussion above. Is the plan to essentially move I think this could make sense, since it would make a clearer distinction between the underlying data structure and loader / helper functions. This could also be a good opportunity to resolve some outstanding inconsistencies we currently have in Tagging @drighelli @HelenaLC @drisso @stephaniehicks FYI |
Hi @LiNk-NY, Thank you for making the above changes. Regarding the integration/subsuming of functionality of DropletUtils/SpatialExperiment: with the release deadline so soon I think this will have to be done over subsequent release cycles and in a progressive and backwards-compatible way. Thanks, Required
suppressPackageStartupMessages(library(DropletUtils))
suppressPackageStartupMessages(library(DropletTestFiles))
suppressPackageStartupMessages(library(TENxIO))
path <- getTestFile(
"tenx-3.1.0-5k_pbmc_protein_v3/1.0.0/filtered.h5",
prefix = TRUE)
#> snapshotDate(): 2022-10-03
#> see ?DropletTestFiles and browseVignettes('DropletTestFiles') for documentation
#> loading from cache
# import() itnernally applies SingleCellExperiment::splitAltExperiment().
sce <- import(TENxH5(path, ranges = NA_character_))
#> Warning: File extension is not 'h5'; import may fail
sce
#> class: SingleCellExperiment
#> dim: 33538 5247
#> metadata(0):
#> assays(1): counts
#> rownames(33538): ENSG00000243485 ENSG00000237613 ... ENSG00000277475
#> ENSG00000268674
#> rowData names(0):
#> colnames(5247): AAACCCAAGAGACAAG-1 AAACCCAAGGCCTAGA-1 ...
#> TTTGTTGCATTGCCGG-1 TTTGTTGGTCCGGCAT-1
#> colData names(0):
#> reducedDimNames(0):
#> mainExpName: Gene Expression
#> altExpNames(1): Antibody Capture Created on 2022-10-11 with reprex v2.0.2 Session infosessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#> setting value
#> version R version 4.2.1 (2022-06-23)
#> os macOS Big Sur ... 10.16
#> system x86_64, darwin17.0
#> ui X11
#> language (EN)
#> collate en_AU.UTF-8
#> ctype en_AU.UTF-8
#> tz Australia/Melbourne
#> date 2022-10-11
#> pandoc 2.18 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/tools/ (via rmarkdown)
#>
#> ─ Packages ───────────────────────────────────────────────────────────────────
#> package * version date (UTC) lib source
#> AnnotationDbi 1.59.1 2022-05-19 [1] Bioconductor
#> AnnotationHub 3.5.2 2022-09-27 [1] Bioconductor
#> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.2.0)
#> beachmat 2.13.4 2022-06-21 [1] Bioconductor
#> Biobase * 2.57.1 2022-05-19 [1] Bioconductor
#> BiocBaseUtils 0.99.12 2022-09-02 [1] Bioconductor
#> BiocFileCache 2.5.2 2022-10-06 [1] Bioconductor
#> BiocGenerics * 0.43.4 2022-09-11 [1] Bioconductor
#> BiocIO 1.7.1 2022-05-06 [1] Bioconductor
#> BiocManager 1.30.18 2022-05-18 [1] CRAN (R 4.2.0)
#> BiocParallel 1.31.12 2022-08-03 [1] Bioconductor
#> BiocVersion 3.16.0 2022-04-26 [1] Bioconductor
#> Biostrings 2.65.6 2022-09-09 [1] Bioconductor
#> bit 4.0.4 2020-08-04 [1] CRAN (R 4.2.0)
#> bit64 4.0.5 2020-08-30 [1] CRAN (R 4.2.0)
#> bitops 1.0-7 2021-04-24 [1] CRAN (R 4.2.0)
#> blob 1.2.3 2022-04-10 [1] CRAN (R 4.2.0)
#> cachem 1.0.6 2021-08-19 [1] CRAN (R 4.2.0)
#> cli 3.4.1 2022-09-23 [1] CRAN (R 4.2.1)
#> codetools 0.2-18 2020-11-04 [1] CRAN (R 4.2.1)
#> crayon 1.5.2 2022-09-29 [1] CRAN (R 4.2.1)
#> curl 4.3.3 2022-10-06 [1] CRAN (R 4.2.0)
#> DBI 1.1.3 2022-06-18 [1] CRAN (R 4.2.0)
#> dbplyr 2.2.1 2022-06-27 [1] CRAN (R 4.2.0)
#> DelayedArray 0.23.2 2022-09-15 [1] Bioconductor
#> DelayedMatrixStats 1.19.1 2022-09-27 [1] Bioconductor
#> digest 0.6.29 2021-12-01 [1] CRAN (R 4.2.0)
#> dplyr 1.0.10 2022-09-01 [1] CRAN (R 4.2.0)
#> dqrng 0.3.0 2021-05-01 [1] CRAN (R 4.2.0)
#> DropletTestFiles * 1.7.0 2022-04-27 [1] Bioconductor
#> DropletUtils * 1.17.3 2022-09-22 [1] Bioconductor
#> edgeR 3.39.6 2022-08-08 [1] Bioconductor
#> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.0)
#> evaluate 0.17 2022-10-07 [1] CRAN (R 4.2.1)
#> ExperimentHub 2.5.0 2022-04-26 [1] Bioconductor
#> fansi 1.0.3 2022-03-24 [1] CRAN (R 4.2.0)
#> fastmap 1.1.0 2021-01-25 [1] CRAN (R 4.2.0)
#> filelock 1.0.2 2018-10-05 [1] CRAN (R 4.2.0)
#> fs 1.5.2 2021-12-08 [1] CRAN (R 4.2.0)
#> generics 0.1.3 2022-07-05 [1] CRAN (R 4.2.0)
#> GenomeInfoDb * 1.33.7 2022-09-07 [1] Bioconductor
#> GenomeInfoDbData 1.2.9 2022-09-30 [1] Bioconductor
#> GenomicRanges * 1.49.1 2022-08-18 [1] Bioconductor
#> glue 1.6.2 2022-02-24 [1] CRAN (R 4.2.0)
#> HDF5Array 1.25.2 2022-08-03 [1] Bioconductor
#> highr 0.9 2021-04-16 [1] CRAN (R 4.2.0)
#> hms 1.1.2 2022-08-19 [1] CRAN (R 4.2.0)
#> htmltools 0.5.3 2022-07-18 [1] CRAN (R 4.2.0)
#> httpuv 1.6.6 2022-09-08 [1] CRAN (R 4.2.0)
#> httr 1.4.4 2022-08-17 [1] CRAN (R 4.2.0)
#> interactiveDisplayBase 1.35.0 2022-04-26 [1] Bioconductor
#> IRanges * 2.31.2 2022-08-18 [1] Bioconductor
#> KEGGREST 1.37.3 2022-07-10 [1] Bioconductor
#> knitr 1.40 2022-08-24 [1] CRAN (R 4.2.0)
#> later 1.3.0 2021-08-18 [1] CRAN (R 4.2.0)
#> lattice 0.20-45 2021-09-22 [1] CRAN (R 4.2.1)
#> lifecycle 1.0.3 2022-10-07 [1] CRAN (R 4.2.1)
#> limma 3.53.10 2022-09-26 [1] Bioconductor
#> locfit 1.5-9.6 2022-07-11 [1] CRAN (R 4.2.0)
#> magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.2.0)
#> Matrix 1.5-1 2022-09-13 [1] CRAN (R 4.2.0)
#> MatrixGenerics * 1.9.1 2022-06-24 [1] Bioconductor
#> matrixStats * 0.62.0 2022-04-19 [1] CRAN (R 4.2.0)
#> memoise 2.0.1 2021-11-26 [1] CRAN (R 4.2.0)
#> mime 0.12 2021-09-28 [1] CRAN (R 4.2.0)
#> pillar 1.8.1 2022-08-19 [1] CRAN (R 4.2.0)
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.2.0)
#> png 0.1-7 2013-12-03 [1] CRAN (R 4.2.0)
#> promises 1.2.0.1 2021-02-11 [1] CRAN (R 4.2.0)
#> purrr 0.3.5 2022-10-06 [1] CRAN (R 4.2.0)
#> R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.2.0)
#> R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.2.0)
#> R.oo 1.25.0 2022-06-12 [1] CRAN (R 4.2.0)
#> R.utils 2.12.0 2022-06-28 [1] CRAN (R 4.2.0)
#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.2.0)
#> rappdirs 0.3.3 2021-01-31 [1] CRAN (R 4.2.0)
#> Rcpp 1.0.9 2022-07-08 [1] CRAN (R 4.2.0)
#> RCurl 1.98-1.9 2022-10-03 [1] CRAN (R 4.2.1)
#> readr 2.1.3 2022-10-01 [1] CRAN (R 4.2.1)
#> reprex 2.0.2 2022-08-17 [1] CRAN (R 4.2.0)
#> rhdf5 2.41.1 2022-06-21 [1] Bioconductor
#> rhdf5filters 1.9.0 2022-04-26 [1] Bioconductor
#> Rhdf5lib 1.19.2 2022-05-13 [1] Bioconductor
#> rlang 1.0.6 2022-09-24 [1] CRAN (R 4.2.1)
#> rmarkdown 2.17 2022-10-07 [1] CRAN (R 4.2.1)
#> RSQLite 2.2.18 2022-10-04 [1] CRAN (R 4.2.1)
#> rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.2.0)
#> S4Vectors * 0.35.4 2022-09-18 [1] Bioconductor
#> scuttle 1.7.4 2022-08-23 [1] Bioconductor
#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.2.0)
#> shiny 1.7.2 2022-07-19 [1] CRAN (R 4.2.0)
#> SingleCellExperiment * 1.19.1 2022-09-30 [1] Bioconductor
#> sparseMatrixStats 1.9.0 2022-04-26 [1] Bioconductor
#> stringi 1.7.8 2022-07-11 [1] CRAN (R 4.2.0)
#> stringr 1.4.1 2022-08-20 [1] CRAN (R 4.2.0)
#> styler 1.7.0 2022-03-13 [1] CRAN (R 4.2.0)
#> SummarizedExperiment * 1.27.3 2022-09-15 [1] Bioconductor
#> TENxIO * 0.99.5 2022-10-10 [1] Bioconductor
#> tibble 3.1.8 2022-07-22 [1] CRAN (R 4.2.0)
#> tidyselect 1.1.2 2022-02-21 [1] CRAN (R 4.2.0)
#> tzdb 0.3.0 2022-03-28 [1] CRAN (R 4.2.0)
#> utf8 1.2.2 2021-07-24 [1] CRAN (R 4.2.0)
#> vctrs 0.4.2 2022-09-29 [1] CRAN (R 4.2.1)
#> withr 2.5.0 2022-03-03 [1] CRAN (R 4.2.0)
#> xfun 0.33 2022-09-12 [1] CRAN (R 4.2.0)
#> xtable 1.8-4 2019-04-21 [1] CRAN (R 4.2.0)
#> XVector 0.37.1 2022-08-25 [1] Bioconductor
#> yaml 2.3.5 2022-02-21 [1] CRAN (R 4.2.0)
#> zlibbioc 1.43.0 2022-04-26 [1] Bioconductor
#>
#> [1] /Library/Frameworks/R.framework/Versions/4.2/Resources/library
#>
#> ──────────────────────────────────────────────────────────────────────────────
suppressPackageStartupMessages(library(TENxIO))
hub <- ExperimentHub::ExperimentHub()
#> snapshotDate(): 2022-10-03
fname <- hub[["EH1039"]]
#> see ?TENxBrainData and browseVignettes('TENxBrainData') for documentation
#> loading from cache
TENxFile(fname, extension = "h5", group = "mm10", version = "2")
#> Warning: 'group' not in known 10X groups: matrix, outs
#> TENxH5 object
#> resource: /Users/Peter/Library/Caches/org.R-project.R/R/ExperimentHub/48e4b14df09_1039
#> projection: SingleCellExperiment
#> dim: 27998 1306127
#> rownames: ENSMUSG00000051951 ENSMUSG00000089699 ... ENSMUSG00000096730 ENSMUSG00000095742
#> rowData names(3): ID Symbol Type
#> Type: ENSMUSG00000025900 ENSMUSG00000025902 ... ENSMUSG00000102343 ENSMUSG00000109048
#> colnames: AAACCTGAGATAGGAG-1 AAACCTGAGCGGCTTC-1 ... TTTGTCAGTTAAAGTG-133 TTTGTCATCTGAAAGA-133 Created on 2022-10-11 with reprex v2.0.2 Session infosessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#> setting value
#> version R version 4.2.1 (2022-06-23)
#> os macOS Big Sur ... 10.16
#> system x86_64, darwin17.0
#> ui X11
#> language (EN)
#> collate en_AU.UTF-8
#> ctype en_AU.UTF-8
#> tz Australia/Melbourne
#> date 2022-10-11
#> pandoc 2.18 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/tools/ (via rmarkdown)
#>
#> ─ Packages ───────────────────────────────────────────────────────────────────
#> package * version date (UTC) lib source
#> AnnotationDbi 1.59.1 2022-05-19 [1] Bioconductor
#> AnnotationHub 3.5.2 2022-09-27 [1] Bioconductor
#> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.2.0)
#> Biobase * 2.57.1 2022-05-19 [1] Bioconductor
#> BiocBaseUtils 0.99.12 2022-09-02 [1] Bioconductor
#> BiocFileCache 2.5.2 2022-10-06 [1] Bioconductor
#> BiocGenerics * 0.43.4 2022-09-11 [1] Bioconductor
#> BiocIO 1.7.1 2022-05-06 [1] Bioconductor
#> BiocManager 1.30.18 2022-05-18 [1] CRAN (R 4.2.0)
#> BiocVersion 3.16.0 2022-04-26 [1] Bioconductor
#> Biostrings 2.65.6 2022-09-09 [1] Bioconductor
#> bit 4.0.4 2020-08-04 [1] CRAN (R 4.2.0)
#> bit64 4.0.5 2020-08-30 [1] CRAN (R 4.2.0)
#> bitops 1.0-7 2021-04-24 [1] CRAN (R 4.2.0)
#> blob 1.2.3 2022-04-10 [1] CRAN (R 4.2.0)
#> cachem 1.0.6 2021-08-19 [1] CRAN (R 4.2.0)
#> cli 3.4.1 2022-09-23 [1] CRAN (R 4.2.1)
#> crayon 1.5.2 2022-09-29 [1] CRAN (R 4.2.1)
#> curl 4.3.3 2022-10-06 [1] CRAN (R 4.2.0)
#> DBI 1.1.3 2022-06-18 [1] CRAN (R 4.2.0)
#> dbplyr 2.2.1 2022-06-27 [1] CRAN (R 4.2.0)
#> DelayedArray * 0.23.2 2022-09-15 [1] Bioconductor
#> digest 0.6.29 2021-12-01 [1] CRAN (R 4.2.0)
#> dplyr 1.0.10 2022-09-01 [1] CRAN (R 4.2.0)
#> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.0)
#> evaluate 0.17 2022-10-07 [1] CRAN (R 4.2.1)
#> ExperimentHub 2.5.0 2022-04-26 [1] Bioconductor
#> fansi 1.0.3 2022-03-24 [1] CRAN (R 4.2.0)
#> fastmap 1.1.0 2021-01-25 [1] CRAN (R 4.2.0)
#> filelock 1.0.2 2018-10-05 [1] CRAN (R 4.2.0)
#> fs 1.5.2 2021-12-08 [1] CRAN (R 4.2.0)
#> generics 0.1.3 2022-07-05 [1] CRAN (R 4.2.0)
#> GenomeInfoDb * 1.33.7 2022-09-07 [1] Bioconductor
#> GenomeInfoDbData 1.2.9 2022-09-30 [1] Bioconductor
#> GenomicRanges * 1.49.1 2022-08-18 [1] Bioconductor
#> glue 1.6.2 2022-02-24 [1] CRAN (R 4.2.0)
#> HDF5Array * 1.25.2 2022-08-03 [1] Bioconductor
#> highr 0.9 2021-04-16 [1] CRAN (R 4.2.0)
#> hms 1.1.2 2022-08-19 [1] CRAN (R 4.2.0)
#> htmltools 0.5.3 2022-07-18 [1] CRAN (R 4.2.0)
#> httpuv 1.6.6 2022-09-08 [1] CRAN (R 4.2.0)
#> httr 1.4.4 2022-08-17 [1] CRAN (R 4.2.0)
#> interactiveDisplayBase 1.35.0 2022-04-26 [1] Bioconductor
#> IRanges * 2.31.2 2022-08-18 [1] Bioconductor
#> KEGGREST 1.37.3 2022-07-10 [1] Bioconductor
#> knitr 1.40 2022-08-24 [1] CRAN (R 4.2.0)
#> later 1.3.0 2021-08-18 [1] CRAN (R 4.2.0)
#> lattice 0.20-45 2021-09-22 [1] CRAN (R 4.2.1)
#> lifecycle 1.0.3 2022-10-07 [1] CRAN (R 4.2.1)
#> magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.2.0)
#> Matrix * 1.5-1 2022-09-13 [1] CRAN (R 4.2.0)
#> MatrixGenerics * 1.9.1 2022-06-24 [1] Bioconductor
#> matrixStats * 0.62.0 2022-04-19 [1] CRAN (R 4.2.0)
#> memoise 2.0.1 2021-11-26 [1] CRAN (R 4.2.0)
#> mime 0.12 2021-09-28 [1] CRAN (R 4.2.0)
#> pillar 1.8.1 2022-08-19 [1] CRAN (R 4.2.0)
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.2.0)
#> png 0.1-7 2013-12-03 [1] CRAN (R 4.2.0)
#> promises 1.2.0.1 2021-02-11 [1] CRAN (R 4.2.0)
#> purrr 0.3.5 2022-10-06 [1] CRAN (R 4.2.0)
#> R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.2.0)
#> R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.2.0)
#> R.oo 1.25.0 2022-06-12 [1] CRAN (R 4.2.0)
#> R.utils 2.12.0 2022-06-28 [1] CRAN (R 4.2.0)
#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.2.0)
#> rappdirs 0.3.3 2021-01-31 [1] CRAN (R 4.2.0)
#> Rcpp 1.0.9 2022-07-08 [1] CRAN (R 4.2.0)
#> RCurl 1.98-1.9 2022-10-03 [1] CRAN (R 4.2.1)
#> readr 2.1.3 2022-10-01 [1] CRAN (R 4.2.1)
#> reprex 2.0.2 2022-08-17 [1] CRAN (R 4.2.0)
#> rhdf5 * 2.41.1 2022-06-21 [1] Bioconductor
#> rhdf5filters 1.9.0 2022-04-26 [1] Bioconductor
#> Rhdf5lib 1.19.2 2022-05-13 [1] Bioconductor
#> rlang 1.0.6 2022-09-24 [1] CRAN (R 4.2.1)
#> rmarkdown 2.17 2022-10-07 [1] CRAN (R 4.2.1)
#> RSQLite 2.2.18 2022-10-04 [1] CRAN (R 4.2.1)
#> rstudioapi 0.14 2022-08-22 [1] CRAN (R 4.2.0)
#> S4Vectors * 0.35.4 2022-09-18 [1] Bioconductor
#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.2.0)
#> shiny 1.7.2 2022-07-19 [1] CRAN (R 4.2.0)
#> SingleCellExperiment * 1.19.1 2022-09-30 [1] Bioconductor
#> stringi 1.7.8 2022-07-11 [1] CRAN (R 4.2.0)
#> stringr 1.4.1 2022-08-20 [1] CRAN (R 4.2.0)
#> styler 1.7.0 2022-03-13 [1] CRAN (R 4.2.0)
#> SummarizedExperiment * 1.27.3 2022-09-15 [1] Bioconductor
#> TENxBrainData * 1.17.0 2022-04-27 [1] Bioconductor
#> TENxIO * 0.99.5 2022-10-10 [1] Bioconductor
#> tibble 3.1.8 2022-07-22 [1] CRAN (R 4.2.0)
#> tidyselect 1.1.2 2022-02-21 [1] CRAN (R 4.2.0)
#> tzdb 0.3.0 2022-03-28 [1] CRAN (R 4.2.0)
#> utf8 1.2.2 2021-07-24 [1] CRAN (R 4.2.0)
#> vctrs 0.4.2 2022-09-29 [1] CRAN (R 4.2.1)
#> withr 2.5.0 2022-03-03 [1] CRAN (R 4.2.0)
#> xfun 0.33 2022-09-12 [1] CRAN (R 4.2.0)
#> xtable 1.8-4 2019-04-21 [1] CRAN (R 4.2.0)
#> XVector 0.37.1 2022-08-25 [1] Bioconductor
#> yaml 2.3.5 2022-02-21 [1] CRAN (R 4.2.0)
#> zlibbioc 1.43.0 2022-04-26 [1] Bioconductor
#>
#> [1] /Library/Frameworks/R.framework/Versions/4.2/Resources/library
#>
#> ────────────────────────────────────────────────────────────────────────────── Recommended
|
I've added more information about the experiments that are covered based on the listings in the 10X website.
Hi Pete, Best regards, |
Received a valid push on git.bioconductor.org; starting a build for commit id: 12ed99b7cb23395853fc3f0097f74890a32f2f4f |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on Linux, Mac, and Windows. On one or more platforms, the build results were: "ERROR". Please see the build report for more details. This link will be active Remember: if you submitted your package after July 7th, 2020, |
Received a valid push on git.bioconductor.org; starting a build for commit id: a4d61b6f85067b9328ab984a5c86151c9b94755b |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on Linux, Mac, and Windows. Congratulations! The package built without errors or warnings Please see the build report for more details. This link will be active Remember: if you submitted your package after July 7th, 2020, |
Thank you for addressing the requested changes and engaging with the review process, @LiNk-NY. A couple of final things:
Thank you for your contribution. |
Your package has been accepted. It will be added to the Thank you for contributing to Bioconductor! Reviewers for Bioconductor packages are volunteers from the Bioconductor |
The master branch of your GitHub repository has been added to Bioconductor's git repository. To use the git.bioconductor.org repository, we need an 'ssh' key to associate with your github user name. If your GitHub account already has ssh public keys (https://github.com/LiNk-NY.keys is not empty), then no further steps are required. Otherwise, do the following: See further instructions at https://bioconductor.org/developers/how-to/git/ for working with this repository. See especially https://bioconductor.org/developers/how-to/git/new-package-workflow/ to keep your GitHub and Bioconductor repositories in sync. Your package will be included in the next nigthly 'devel' build (check-out from git at about 6 pm Eastern; build completion around 2pm Eastern the next day) at https://bioconductor.org/checkResults/ (Builds sometimes fail, so ensure that the date stamps on the main landing page are consistent with the addition of your package). Once the package builds successfully, you package will be available for download in the 'Devel' version of Bioconductor using https://bioconductor.org/packages/TENxIO If you have any questions, please contact the bioc-devel mailing list (https://stat.ethz.ch/mailman/listinfo/bioc-devel); this issue will not be monitored further. |
Thanks Pete! @PeteHaitch
I will keep an eye out.
Ah, I see the file now. It was in |
cannot build unless issue is open and has the |
Update the following URL to point to the GitHub repository of
the package you wish to submit to Bioconductor
Confirm the following by editing each check box to '[x]'
I understand that by submitting my package to Bioconductor,
the package source and all review commentary are visible to the
general public.
I have read the Bioconductor Package Submission
instructions. My package is consistent with the Bioconductor
Package Guidelines.
I understand Bioconductor Package Naming Policy and acknowledge
Bioconductor may retain use of package name.
I understand that a minimum requirement for package acceptance
is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS.
Passing these checks does not result in automatic acceptance. The
package will then undergo a formal review and recommendations for
acceptance regarding other Bioconductor standards will be addressed.
My package addresses statistical or bioinformatic issues related
to the analysis and comprehension of high throughput genomic data.
I am committed to the long-term maintenance of my package. This
includes monitoring the support site for issues that users may
have, subscribing to the bioc-devel mailing list to stay aware
of developments in the Bioconductor community, responding promptly
to requests for updates from the Core team in response to changes in
R or underlying software.
I am familiar with the Bioconductor code of conduct and
agree to abide by it.
I am familiar with the essential aspects of Bioconductor software
management, including:
months, for bug fixes.
(optionally via GitHub).
For questions/help about the submission process, including questions about
the output of the automatic reports generated by the SPB (Single Package
Builder), please use the #package-submission channel of our Community Slack.
Follow the link on the home page of the Bioconductor website to sign up.
The text was updated successfully, but these errors were encountered: