The SCATEData
is an extensive data resources containing the location of genomic regions bins, the mean and standard deviation of normalized bulk DNase-seq signals across ENCODE samples, and the clustering of the genomic bins based on bulk DNase-seq signals. These data have been formatted as GenomicRanges
Bioconductor objects and hosted on Bioconductor's ExperimentHub
platform.
SCATEData
provides data resources for the package SCATE
to extract and enhance the sparse and discrete Single-cell ATAC-seq Signal.
For more details, see our paper describing the SCATE
package:
The SCATEData
package is freely available from Bioconductor, and can be installed by following standard Bioconductor package installation procedures:
# install BiocManager (if not already installed)
install.packages("BiocManager")
# install HDCytoData package
BiocManager::install("SCATEData")
Additional details are provided in the following vignettes, available from the Bioconductor website:
For details on the datasets, see the manual page by typing ??SCATEData
for each dataset available within the package, or the metadata from the ExperimentHub
database (see "SCATEData package" vignette).
Please open an issue in this repository if you have any questions or need any assistance regarding this package.
If you find this package useful, please cite the following paper:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.