scATAC.Explorer
A Collection of Single-cell ATAC Sequencing Datasets and Corresponding Metadata
Bioconductor version: 3.23 · Package version: 1.18.0
This package provides a tool to search and download a collection of publicly available single cell ATAC-seq datasets and their metadata. scATAC-Explorer aims to act as a single point of entry for users looking to study single cell ATAC-seq data. Users can quickly search available datasets using the metadata table and download datasets of interest for immediate analysis within R.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scATAC.Explorer") Details
| Maintainer | Jonathan Wang <jwan2633@uwo.ca> |
| Author | Arrian Gibson-Khademi [aut], Erik Christensen [aut], Jonathan Wang [aut, cre], Parisa Shooshtari [aut] |
| License | Artistic-2.0 |
| Bug Reports | https://github.com/shooshtarilab/scATACseq/issues |
| Downloads rank | 102 |
| Source branch | RELEASE_3_23 |
| biocViews | ExperimentData, ExpressionData, GEO, Genome, PackageTypeData, SequencingData, SingleCellData, Tissue |
Download
Dependencies
Depends: R (>= 4.1), SingleCellExperiment, BiocFileCache, data.table, utils, S4Vectors, zellkonverter
Suggests: BiocStyle, knitr, rmarkdown, testthat (>= 3.0.0)