crazyxiaoj
crazyxiaoj
In the `download_version_url` function, I noticed that you seem to intend to select the last row after sorting, which appears to be aimed at choosing the highest version of the...
### Please make sure these conditions are met - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on...
Here's the R code snippet I was working with: ```R library(biomaRt) library(Seurat) library(ggplot2) library(harmony) library(magrittr) library(dplyr) library(future) load("17_scRNA_base/scRNA_after_PCA.Rdata") RhpcBLASctl::blas_set_num_threads(1) options(future.globals.maxSize = 100 * 1024 ^ 3) future::plan("multicore", workers = 16)...