This package provides annotation databases that support the package LymphoSeq.
source("https://bioconductor.org/biocLite.R")
biocLite("LymphoSeq")
# Switch to Bioconductor developer branch (requires latest version of R)
library(BiocInstaller)
useDevel()
# Download developer release
source("https://bioconductor.org/biocLite.R")
biocLite("LymphoSeq")
# Switch back to Bioconductor release branch
library(BiocInstaller)
useDevel()
# Install the latest version of Bioconductor
source("https://bioconductor.org/biocLite.R")
biocLite()
# Download developer tools
install.packages("devtools")
# Download package from GitHub
devtools::install_github("davidcoffey/LymphoSeqDB")
devtools::install_github("davidcoffey/LymphoSeq")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.