A R package for handling postprocessing of data generated by the Bio-Core team at the Princess Margaret Cancer Centre.
The R package can be installed from GitHub using the "devtools" library inside the R console.
library(devtools)
install_github("bio-core/BioCore.Annotation")
There are several library/package dependencies that are required before the BioCore.Annotation
can be used. The following provides a list of packages and how to install them using the R console.
install.packages("plyr")
install.packages("dplyr")
install.packages("deconstructSigs")
install_github("rdeborja/plotting.general")
To install Biostrings
, refer to the BioConductor
package page.
The following functions are exported from the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.