Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bowang-lab/simatac

A single-cell ATAC-seq simulation framework (R package)
https://github.com/bowang-lab/simatac

scatac-seq simulator software

Last synced: 4 days ago
JSON representation

A single-cell ATAC-seq simulation framework (R package)

Awesome Lists containing this project

README

        

# simATAC: a single-cell ATAC-seq simulation framework

simATAC is a framework provided as an R package that generates a single-cell Assay for Transposase-Accessible Chromatin sequencing (scATAC-seq) count matrix, highly resembling real scATAC-seq datasets in library size, sparsity, and averaged chromatin accessibility signals. simATAC deploys statistical functions derived from analyzing 90 real scATAC-seq cell groups to model read distributions. simATAC provides a robust and systematic approach to generate in silico scATAC-seq samples with cell labels for a comprehensive tool assessment.

## Installation

Install simATAC R package (R >= 3.5.0):

```bash
$ R
> library(devtools)
> install_github("bowang-lab/simATAC")
```

## Getting started

simATAC tutorial provides examples and explanations of its functions and how to use them. This documentation introduces the main features of simATAC.
* [simATAC tutorial](https://github.com/bowang-lab/simATAC/blob/master/Docs/tutorial.md)

## Contact the Author

Report bugs and provide suggestions by sending email to:

Author and maintainer: Zeinab Navidi ([email protected])

Or open a new issue on this Github page.