Code Monkey home page Code Monkey logo

socrates's Introduction

Socrates

Socrates is an R package for analyzing Single-Cell Assay for Transposase Accessible Chromatin Sequencing (scATAC-seq) data. Socrates takes as input 1. barcode meta data and 2. a cell x feature sparse matrix in triplet format (see example data in inst/extdata). The main contribution of Socrates compared to previously established methods is a regularized quasi-binomial logistic regression for single-cell chromatin accessibility for normalizing accessibility profiles across peaks and cells.

Coming updates to Socrates will provides tool for several processing and analytical steps:

  1. Clustering
  2. Batch effect removal
  3. Cell-type annotation
  4. Co-accessibility
  5. Motif analysis
  6. Gene accessibility
  7. Pseudotime
  8. scRNA-seq integration

and much more!

All users need to begin is a counts matrix (binarized) in triplet format, or a BED file (Columns 1-3: locations of Tn5 insertions, Column 4: barcode, and Column 5 strand) with genome annotation data (gff3/gtf and fai/chromosome.sizes).


If you use Socates in your own study, please consider citing the following article:

Alexandre P. Marand, Zongliang Chen, Andrea Gallavotti, Robert J. Schmitz. (2021). A cis-regulatory atlas in maize at single-cell resolution. Cell, doi:10.1016/j.cell.2021.04.014


Current release: 03/16/21 BETA v0.0.9

Installation

Socates requires R v4.0.0 or greater.

# download the devtools package if not currently installed
install.packages("devtools")
library(devtools)

# install
devtools::install_github("plantformatics/Socrates", ref="main")

Tutorials

1. Loading data, quality control, identifying cells, and creating a Socrates object

2. Loading pre-processed data, dimensionality reduction, and clustering

3. Comparison of normalization methods

4. Identify co-accessible ACRs

... more coming soon

socrates's People

Contributors

plantformatics avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.