Git Product home page Git Product logo

scalign's Introduction

scAlign

A deep learning-based tool for alignment and integration of single cell genomic data across multiple datasets, species, conditions and batches

Tutorials

First follow the install instructions below, at the bottom of the page, before following the tutorials.

Unsupervised alignment and projection of HSCs

Multiway alignment using all pairs method

Supervised/Semi-supervised alignment

Contributors

Chang Kim

Updates

(11/15/2021) Updated to Tensorflow 2. Now req. (Tensorflow >= 2.0)

(9/4/2019) Updated install instructions to include Tensorflow for R method.

(5/9/2019) Updated to version 1.0! Tutorials for multiple modes of operation now available.

R Package and Bioconductor

Bioconductor for now will only support the Linux version of scAlign.

The latest version of scAlign for all systems can always be found at github.

install.packages('devtools')
devtools::install_github(repo = 'quon-titative-biology/scAlign')
library(scAlign)

Package requirements

scAlign has three dependencies: Python 3, tensorflow (the R package), and tensorflow (the Python package). This is a guide to installing python and Tensorflow on different operating systems.

(Python)

All platforms:

  1. Download install binaries for Python 3 here

Alternative (On Windows):

  1. Download Python 3
  2. Make sure pip is included in the installation.

Alternative (On Ubuntu):

  1. sudo apt update
  2. sudo apt install python3-dev python3-pip

Alternative (On MacOS):

  1. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
  3. brew update
  4. brew install python # Python 3

(Tensorflow)

In an R session:

install.packages('tensorflow') #install the tensorflow R package (that sits on top of the TensorFlow python package)
library(tensorflow)

scalign's People

Contributors

ucdnjj avatar gquon avatar nturaga avatar rebeccagj avatar hui2000ji avatar tbrassel 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.