Skip to content

EngeLab/RNAseqFunctions

Repository files navigation

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

About

Enge Lab RNA Sequencing Analysis Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published