========================================================== vivlib ==========================================================
by @vivekbhr
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.
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")
To get a list of available functions, install vivlib and do :
library(vivlib)
ls(pos = "package:vivlib")
Although most functions in the latest release have been tested, the package is always under active (but infrequent) development.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.