README.md

RNAseqFunctions

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")


martinenge/RNAseqFunctions documentation built on May 28, 2019, 3:10 p.m.