Roy Francis

Results 45 issues of Roy Francis

I find that bootstrap-select returns selected items (multiple selection) in alphabetical order regardless of the actual order of selection. Is it possible to keep the order of selection?

enhancement

When using the highcharter interactive graphics in xaringan, the hover tooltip seems to be offset from the cursor position. See demonstration below. ![tooltip](https://user-images.githubusercontent.com/5083500/54390362-96ca5700-46a2-11e9-8740-5b576332d6e5.gif) If I knit the RMarkdown file in...

duplicate

I am just adding this here as an idea. This most likely needs to be implemented in remarkjs first. The idea is to be able to run/modify code live in...

It would be great to have examples of how to run bash equivalent of code in R magick. As an example, see this neat cheatsheet made for [ruby magick](https://rmagick.github.io/optequiv.html). ![Screenshot...

Hi, I have a GitHub repo with Rmarkdown files which are rendered to html files through GitHub actions. This is not an R package. There are many Rmd files and...

I am running SingleR something like below on a unix HPC cluster. ``` library(celldex) library(scater) library(SingleR) library(BiocParallel) bp bploop.lapply In addition: Warning message: In parallel::mccollect(wait = FALSE, timeout = 1)...

This works great to run the site in my browser. But, how do I modify it such it exports `_site` directory from the container into my host working directory?

I can see that h1 blocks are defined into sections which allow for adjusting spacing between them. Is it possible to somehow adjust spacing between h2 blocks or "sub-sections"? Not...

Here is slingshot result run manually. ![traj-temp-2](https://user-images.githubusercontent.com/5083500/69907051-e934da80-13cd-11ea-8d2c-33ad52c03dc9.png) Here is slingshot run using dyn on the same data. ![traj-temp-1](https://user-images.githubusercontent.com/5083500/69907050-e6d28080-13cd-11ea-9cdd-2f72eb9f11fb.png) I think they look different and I am not sure what to...

Is it possible to get exon counts without summarising over genes or transcripts? In addition, on [parameter reference](https://nf-co.re/rnaseq/3.8.1/parameters) webpage, the help for this parameter `--featurecounts_feature_type` might be wrong. It's probably...

enhancement