Skip to content

testaibot/velocyto.R

This branch is 1 commit ahead of, 41 commits behind velocyto-team/velocyto.R:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

321328e · Feb 10, 2018

History

16 Commits
Oct 20, 2017
Oct 18, 2017
Feb 10, 2018
Oct 18, 2017
Oct 18, 2017
Oct 25, 2017

Repository files navigation

velocyto.R

RNA velocity estimation in R

Installation

The easiest way to install velocyto.R is using devtools::install_github() from R:

library(devtools)
install_github("velocyto-team/velocyto.R")

You need to have boost (e.g. sudo apt-get install libboost-dev) and openmp libraries installed.

Tutorials

The example shows how to annotate SMART-seq2 reads from bam file and estimate RNA velocity.

The example shows how to load spliced/unspliced matrices from loom files prepared by velocyto.py CLI, use pagoda2 to cluster/embed cells, and then visualize RNA velocity on that embedding.

This example shows how to start analysis using dropEst count matrices, which can calculated from inDrop or 10x bam files using dropEst pipeline. It then uses pagoda2 to cluster/embed cells, and then visualize RNA velocity on that embedding.

About

RNA velocity estimation in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 86.0%
  • C++ 14.0%