Posts
My thoughts and ideas
Welcome to the blog
My thoughts and ideas
The advent of next generation sequencing (NGS) has allowed for the production of massive amounts of genomic data. There are many methods and tools available for the analysis and visualization of these data. In this module we will focus on the R package GenVisR. GenVisR offer several advantages for visualization and interpretation of genomic data:
We recommend installing GenVisR from bioconductor in order to ensure the most stable version.
# install the GenVisR package from Bioconductor
source("https://bioconductor.org/biocLite.R")
biocLite("GenVisR")
# load the package into R
library(GenVisR)
For a full list of GenVisR functions with descriptions and examples, see the GenVisR reference manual and vignette on the Bioconductor page at https://bioconductor.org/packages/release/bioc/html/GenVisR.html.