Skip to content
Snippets Groups Projects
Commit 16b629be authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Add missing libraries

parent c6374f18
No related merge requests found
......@@ -9,10 +9,10 @@ library("TxDb.Hsapiens.UCSC.hg19.knownGene")
library("TxDb.Mmusculus.UCSC.mm10.knownGene")
library("TxDb.Hsapiens.UCSC.hg38.knownGene")
source("http://bioconductor.org/biocLite.R")
if(!require("ChIPseeker")){
biocLite("ChIPseeker")
}
library("org.Hs.eg.db")
library("org.Mm.eg.db")
# Create parser object
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment