All Projects → yuifu → millefy

yuifu / millefy

Licence: other
Millefy: Genome browser-like visualization of single-cell RNA-seq dataset

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to millefy

MoMI-G
Modular Multi-scale Integrated Genome Graph Browser
Stars: ✭ 69 (+213.64%)
Mutual labels:  genome-browser
bacannot
Generic but comprehensive pipeline for prokaryotic genome annotation and interrogation with interactive reports and shiny app.
Stars: ✭ 51 (+131.82%)
Mutual labels:  genome-browser
usher
Ultrafast Sample Placement on Existing Trees
Stars: ✭ 89 (+304.55%)
Mutual labels:  genome-browser

Millefy

DOI

Millefy is a tool for visualizing read coverage of single-cell RNA sequensing (scRNA-seq) datasets in genomic contexts. By dynamically and automatically reorder single cells based on 'locus-specific' pseudotime, Millefy highlights cell-to-cell heterogeneity in read covreage of scRNA-seq data.

Millefy is available as an R package and a Docker image with JupyterLab.

Example of millefy plot

Getting started

Installation

install.packages(c("data.table", "dtplyr", "proxy", "viridisLite"), dependencies=TRUE)


# For R < 3.5.0 users
source("https://bioconductor.org/biocLite.R"); biocLite()
biocLite(c('Rsamtools', 'GenomicRanges',  'rtracklayer', 'destiny'))

# For R >= 3.5.0 users
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(c('Rsamtools', 'GenomicRanges',  'rtracklayer', 'destiny'))


devtools::install_github("yuifu/millefy")

Requirements

  • R (version 3.2.2 or higher)

Quick example

To quickly learn to use Millefy, try out Quick example with the included example dataset.

Learning more

See Tutorial for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].