Dan Li

Results 52 issues of Dan Li

Hello: When I run the code: ```r library(httpgd) library(unigd) hgd() hgd_browse() ``` How should I fix the "This site can’t be reached" error in Google Chrome? ![image](https://github.com/nx10/httpgd/assets/33963919/05b23bf3-2020-4eae-a46e-4bd2c329fc72) Thanks

bug

Hello: I thought the 4th column of `bedgraph` file should be a digital number which is the value of the region. But for the `HMMRATAC` output, why the 4th column...

General Question

Hello, I run ``` samtools view -H C1.FINAL.BAM | perl -ne 'if(/^@SQ.*?SN:(\w+)\s+LN:(\d+)/){print $1,"\t",$2,"\n"}' > genomeinfo/C1.FINAL.BAM java -jar ~/HMMRATAC_V1.2.10_exe.jar -b C1.FINAL.BAM -i C1.FINAL.BAM.bai -g genomeinfo/C1.FINAL.BAM ``` But got this error: ```...

Bug Report

Hello: How should I solve this error: ```r library(GenomicRanges) library(genomation) cpg.file=system.file("extdata", "cpgi.hg18.bed.txt", package = "methylKit") cpg.obj=readFeatureFlank(cpg.file, feature.flank.name=c("CpGi","shores")) ``` ```r Error in GenomicRangesList(features = feat, flanks = flanks) : could not...

Hello How should I solve this problem? ```r library(genomation) transcriptFile=system.file("extdata", "refseq.hg19.chr20.bed", package="compGenomRData") feat=readTranscriptFeatures(transcriptFile, remove.unusual = TRUE, up.flank = 500, down.flank = 500) prom=feat$promoters # get promoters from the features #...

Hi I run this PhenoGraph tutorial "tutorial_pbmc3k.ipynb" But the “phonograph.cluster()” function can’t successfully calculate the communities, all the communities are zeros. But there is no error or warning. Is there...

Hello Mitchell When I run the code on the website `https://www.mitchelloharawild.com/blog/hexwall/`, there is an error: ``` > sticker_rows % + map(~ stickers[.x] %>% + exec(c, .) %>% + image_append) Error...

Hi: Thanks for the nice package! When I run the code in chapter 1: ``` set.seed(999) n = 1000 df = data.frame(sectors = sample(letters[1:8], n, replace = TRUE), x =...

Why the `simplifyGOFromMultipleLists(lt, padj_cutoff = 0.01)` has less clusters than the components? How can I maintain all the clusters of every component? And how to show the word cloud of...

Hello: I run the example codes in the `README`: ```r check_meme_install() ``` ```bash checking main install ✔ /home/dan/meme/bin checking util installs ✔ /home/dan/meme/bin/dreme ✔ /home/dan/meme/bin/ame ✔ /home/dan/meme/bin/fimo ✔ /home/dan/meme/bin/tomtom ✔...