Aaron Lun

Results 162 comments of Aaron Lun

Oh, great. I only ever pull from your `master` in my builds, so I didn't see that. Would be great to get #383 in there. Interesting that the PR uses...

Thanks @jsun. **(1)** Your comment prompted me to restructure the vignette to highlight the different pieces of information for different target audiences. Specifically, I made one section explicitly for package...

Thanks @gtonkinhill. **1.** An interesting idea. It would probably help anyone trying to build a **basilisk** client from scratch. I'd need to think about it though; at least a few...

Thanks @Nikoleta-v3: > Make a new tagged release of your software, and list the version tag of the archived version here. Done, 1.9.11 (https://github.com/LTLA/basilisk/releases/tag/1.9.11). > Archive the reviewed software in...

**BiocStyle** imports **BiocManager** to get `version()`, so that `Biocpkg()` and friends can point to the correct URL.

Well, it's worse than segfaulting. I was getting "UMIs" that contained an underscore, which was clearly nonsensical; but the pipeline kept on going silently and gave me an empty count...

I don't think the problem is with the lack of an integrated function. I'm happy to call each step separately. The problem is that `sc_exon_mapping` is not correctly re-using the...

I imagine that this would actually be fairly easy, if you're willing to take I/O out of C++. Specifically, you can `rtracklayer::import` a file into a `GRanges`, and then provide...

Use _Rcpp_. I switched a few years ago and I haven't looked back. From my perspective: - _Rcpp_ protects developers from R-core shenanigans related to `ALTREP`, such as the fact...