Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 924 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 924 Bytes

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