xiucz

Results 34 comments of xiucz

@m-jahn I cannot repeat the example on window10 too. First time, `remotes::install_github("showteeth/ggcoverage")`, it gives the same error. ``` > basic.coverage + + geom_gc(bs.fa.seq=BSgenome.Hsapiens.UCSC.hg19) + + geom_gene(gtf.gr=gtf.gr) + + geom_ideogram(genome =...

``` > library("BiocStyle") > library("ggbio") > library(HiCBricks) > library(HiCDataHumanIMR90) > library(BSgenome.Hsapiens.UCSC.hg19) > > basic.coverage + + geom_gc(bs.fa.seq=BSgenome.Hsapiens.UCSC.hg19) + + geom_gene(gtf.gr=gtf.gr) + + geom_ideogram(genome = "hg19") Loading ideogram... Error in normArgTrack(track,...

Restart my R4.3.3 on my window10 first , then ``` > suppressPackageStartupMessages({ library("ggcoverage") library("BiocStyle") library("ggbio") library("BSgenome.Hsapiens.UCSC.hg19") }) > > SessionInfo() Error in SessionInfo() : 没有"SessionInfo"这个函数 > sessionInfo() R version 4.3.3...

^_^, I thought the problem was with ggbio packages, haha. Thank you for debugging it. Downloading databases from websites every time seems to be not a very reliable choice because...