Aaron Lun

Results 84 issues of Aaron Lun

Save users the trouble of matching the case, e.g., for human vs mouse or whatever. This should be orthogonal to the regex. Shouldn't break too many existing applications - anyone...

Now the creation of lasso waypoints does not trigger replotting, allowing for much faster interaction.

One wonders whether we need to synchronize the assays at all. We should just adopt a more relaxed scheme where we say, "okay, if your SE assay isn't named, or...

First off: apologies if this is the wrong place to ask a usage-related question, I couldn't find any indication of where to ask for help on the PCG website. The...

According to kana: ![Screenshot from 2022-06-15 21-12-14](https://user-images.githubusercontent.com/8166669/173989654-9c0d60d5-bfa9-489e-b7a9-59165a70cf55.png) But according to R: ![Screenshot from 2022-06-15 21-13-01](https://user-images.githubusercontent.com/8166669/173989701-8430df7c-7255-4567-bc67-a42eb8c5df56.png) There shouldn't be so much density at 14-ish. This is confusing because I was worrying...

- [x] Switch analysis modal to a left-side panel that uses the entire height of the page. #93 - [x] Highlight the header that leads to the currently selected popover....

Not really sure what's going on here, but: ```r library(SingleCellExperiment) example(SingleCellExperiment) metadata(sce)$WHEE

bug

Pretty much as it says. Missing all the sparse bits and pieces for `obsp`, `varp` and the sparse layers; this is waiting on grimbough/rhdf5#80. Will need some testing, as usual;...

Closes #111, e.g., ```r library(rhdf5) h5createFile("ex_hdf5file.h5") h5write("α ≤ 0.1", "ex_hdf5file.h5", "WHEE") h5read("ex_hdf5file.h5") ## [1] "α ≤ 0.1" ``` Haven't written tests or updated the docs, will leave that to you.