mickeykawai
mickeykawai
> > > i meet same the error on my juptyer notebook (using docker). i resolve it by changing the notebook dir. if you run jupyter notebook using root dir,...
Me too. ``` > goplot(cprof.up.bp.fisher, showCategory = 10) ?; Error in parse(text = Ancestors) : :1:1: unexpected ';' 1: ; ^ > ``` ``` > sessionInfo() R version 4.2.2 (2022-10-31)...
In my case, I found the fix is as follows, after comparison of this object of `enricher()` with that of `enrichGO()` with which `goplot` works. ```r cprof.up.bp.fisher@ontology goplot(cprof.up.bp.fisher, showCategory =...
Below approach worked at server side. 1. Create a reactive variable `i18n_r()`. (ref. 1) 2. Weirdly, one icon() and bsTooltip() are required to show up them in server side. 3....
I met the same issues. It caused problem at downstream analysis, when I used `edgeR`. I don't know if it makes problems on `Stringtie`'s own pipeline such as `ballgown`. FYI,...