https://github.com/cleliacort/snapatac
Analysis Pipeline for Single Cell ATAC-seq
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Analysis Pipeline for Single Cell ATAC-seq
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of r3fang/SnapATAC
Created almost 5 years ago
· Last pushed about 5 years ago
https://github.com/cleliacort/SnapATAC/blob/master/
## SnapATAC (Latest Updates: 2019-09-19)
**SnapATAC** (**S**ingle **N**ucleus **A**nalysis **P**ipeline for **ATAC**-seq) is a fast, accurate and comprehensive method for analyzing single cell ATAC-seq datasets.
## Latest News
* [SnapATAC links distal elements to putative target genes](https://github.com/r3fang/SnapATAC/blob/master/examples/10X_PBMC_15K/README.md#gene_peak_pair)
* [SnapATAC integrates scRNA and scATAC](https://github.com/r3fang/SnapATAC/blob/master/examples/10X_PBMC_15K/README.md)
* [SnapATAC employs a new method for dimensionality reduction](https://github.com/r3fang/SnapATAC/blob/master/examples/10X_brain_5k/README.md#diffusion_maps)
* [SnapATAC enables clustering using leiden algorithm](https://github.com/r3fang/SnapATAC/blob/master/examples/10X_brain_5k/README.md#cluster)
* [SnapATAC enables batch effect correction](https://github.com/r3fang/SnapATAC/blob/master/examples/10X_snATAC/README.md)
* [SnapATAC enables motif analysis using chromVAR](https://github.com/r3fang/SnapATAC/blob/master/examples/10X_brain_5k/README.md#homer_chromVAR)
## FAQs
* [How to run SnapATAC on 10X dataset?](https://github.com/r3fang/SnapATAC/wiki/FAQs#10X_snap)
* [I already ran CellRanger, can I use its output for SnapATAC?](https://github.com/r3fang/SnapATAC/wiki/FAQs#cellranger_output)
* [How can I analyze combine multiple samples together?](https://github.com/r3fang/SnapATAC/wiki/FAQs#multi_snap)
* [How to group reads from any subset of cells?](https://github.com/r3fang/SnapATAC/wiki/FAQs#group_reads)
* [What is a snap file?](https://github.com/r3fang/SnapATAC/wiki/FAQs#whatissnap)
* [How to create a snap file from fastq file?](https://github.com/r3fang/SnapATAC/wiki/FAQs#CEMBA_snap)
## Requirements
* Linux/Unix
* Python (>= 2.7 & < 3.0) (SnapTools) (highly recommanded for 2.7);
* R (>= 3.4.0 & < 3.6.0) (SnapATAC) (3.6 does not work for rhdf5 package);
## Pre-print
Rongxin Fang, Sebastian Preissl, Xiaomeng Hou, Jacinta Lucero, Xinxin Wang, Amir Motamedi, Andrew K. Shiau, Eran A. Mukamel, Yanxiao Zhang, M. Margarita Behrens, Joseph Ecker, Bing Ren. *Fast and Accurate Clustering of Single Cell Epigenomes Reveals Cis-Regulatory Elements in Rare Cell Types.* bioRxiv 615179; doi: https://doi.org/10.1101/615179
## Installation
SnapATAC has two components: [Snaptools](https://github.com/r3fang/SnapTools) and [SnapATAC](https://github.com/r3fang/SnapATAC).
* SnapTools - a python module for pre-processing and working with [snap](https://github.com/r3fang/SnapATAC/wiki/FAQs) file.
* SnapATAC - a R package for the clustering, annotation, motif discovery and downstream analysis.
Install snaptools from PyPI. See how to install snaptools on [FAQs](https://github.com/r3fang/SnapATAC/wiki/FAQs).
**NOTE:** Please use python 2.7 if possible.
```bash
$ pip install snaptools
```
Install SnapATAC R pakcage (development version).
```
$ R
> library(devtools)
> install_github("r3fang/SnapATAC")
```
## Galleries & Tutorials (click on the image for details)
[
](./examples/10X_brain_5k/README.md)
[
](./examples/10X_PBMC_15K/README.md)
[
](./examples/10X_snATAC/README.md)
Owner
- Name: Clelia
- Login: cleliacort
- Kind: user
- Twitter: cleliac93
- Repositories: 1
- Profile: https://github.com/cleliacort
Research fellow in Bioinformatics at IRCCS Regina Elena National Cancer Institute. Working in the field of epigentics!