Skip to content

Useful wrappers and functions for RNA-Seq analysis

License

Notifications You must be signed in to change notification settings

vivekbhr/vivlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========================================================== vivlib

by @vivekbhr

Build Status DOI

Useful functions and wrappers around RNAseq analysis

vivlib is a set of useful functions for RNA-Seq analysis built around featureCounts and edgeR/DESeq2. It includes exploring featureCounts output, performing edgeR/DESeq2, annotating the outputs and some downstream analysis. Some useful operations on BAM files and bed files are also included.

Installation

You can install vivlib using either biocLite from bioconductor or using install_github command from devtools package.

Using biocLite :

source("https://bioconductor.org/biocLite.R")
biocLite("vivekbhr/vivlib")

Functions

To get a list of available functions, install vivlib and do :

library(vivlib)
ls(pos = "package:vivlib")

Disclaimer

Although most functions in the latest release have been tested, the package is always under active (but infrequent) development.