scRNAtoolVis Documentation

repository·master·Indexed 18 days ago

https://github.com/junjunlab/scrnatoolvis

An R package providing specialized functions to enhance the aesthetic quality and information density of single-cell RNA-seq (scRNA-seq) visualizations.

Tokens
192
Snippets
1
Records
2
Agent score
14%

What's inside scRNAtoolVis

  1. Install scRNAtoolVis

    master

    Install scRNAtoolVis from GitHub using devtools. Note that you may also need to install the dependency ggunchull from source if it is not already present in your environment.

    install.packages('devtools')
    devtools::install_github('junjunlab/scRNAtoolVis')
    
    # if not install ggunchull
    devtools::install_github("sajuukLyu/ggunchull", type = "source")
    
    library(scRNAtoolVis)