Skip to content

Commit

Permalink
9.17_vegenitte_3
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbertHan1011 committed Sep 17, 2024
1 parent 2bf4c6e commit fe439b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ Imports:
Suggests:
knitr,
rmarkdown,
testthat
testthat,
TxDb.Mmusculus.UCSC.mm10.knownGene,
org.Mm.eg.db,
GenomicFeatures
Collate: class.R AllGenerics.R getset.R
methods.R annotate.R distance.R formatConverter.R
linkSet-package.R GRange_method.R test_helper.R
Expand Down
5 changes: 0 additions & 5 deletions vignettes/hic_workthrough.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ We highly recommend you to use custom data instead of the example data provided


```{r setup}
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
if (!require(c("TxDb.Mmusculus.UCSC.mm10.knownGene","org.Mm.eg.db"), quietly = TRUE))
BiocManager::install(c("TxDb.Mmusculus.UCSC.mm10.knownGene","org.Mm.eg.db"))
suppressPackageStartupMessages({
library(linkSet)
library(TxDb.Mmusculus.UCSC.mm10.knownGene)
Expand Down

0 comments on commit fe439b1

Please sign in to comment.