knitr::opts_chunk$set(error = FALSE, warning = FALSE, message = TRUE, tidy = FALSE, cache = FALSE, dpi = 100)
scRUtils
provides various utilities for visualising and functional analysis of RNA-seq data,
particularly single-cell dataset. It evolved from a collection of helper functions that were
used in our in-house scRNA-seq processing workflow.
The package is current available only on GitHub.
devtools::install_github("ycl6/scRUtils")
To use scRUtils
in a R session, load it using the library()
command.
library(scRUtils)
The documentation of this package is divided into 5 sections:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.