Build:

Test coverage: codecov

Description

A package of RNAseq QC and analysis tools for the Enge lab.

Installation

if(!"devtools" %in% rownames(installed.packages())) {
    install.packages("devtools")
}

devtools::install_github("EngeLab/RNAseqFunctions")

Vignettes

The vignette for loading and filtering counts data can be viewed in R with the following command:

vignette("loadAndFilterFuns", package = "RNAseqFunctions")

The vignette for running t-SNE and plotting can be viewed in R with the following command:

vignette("tsneAndPlotting", package = "RNAseqFunctions")


EngeLab/RNAseqFunctions documentation built on May 5, 2019, 9:43 p.m.