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

Add missing libraries

parent c6374f18
1 merge request!18Resolve "Add in current chip-analysis functionality."
Pipeline #2701 failed with stages
in 9 hours, 2 minutes, and 7 seconds
...@@ -9,10 +9,10 @@ library("TxDb.Hsapiens.UCSC.hg19.knownGene") ...@@ -9,10 +9,10 @@ library("TxDb.Hsapiens.UCSC.hg19.knownGene")
library("TxDb.Mmusculus.UCSC.mm10.knownGene") library("TxDb.Mmusculus.UCSC.mm10.knownGene")
library("TxDb.Hsapiens.UCSC.hg38.knownGene") library("TxDb.Hsapiens.UCSC.hg38.knownGene")
source("http://bioconductor.org/biocLite.R")
if(!require("ChIPseeker")){ library("org.Hs.eg.db")
biocLite("ChIPseeker") library("org.Mm.eg.db")
}
# Create parser object # 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