Bob Policastro
Bob Policastro
When starting the Cerebro v1.1 windows app, it loads up to just a white screen. The log screen shows the following: ``` [2020-03-21 15:50:46.039] [info] stderr: Error in loadNamespace(i, c(lib.loc,...
I was hoping that we could be provided with more control over the color scales in the UMAP/tSNE plots. First, being able to display the scales after log transformation. Second,...
Hello, For ssGSEA on scRNA-seq data it appears the code is running the `.fastRndWalk` function `n_cells * gene_sets` number of times. I was curious whether moving this function to C++...
Hello, The internal function `get_out_of_bound_index` is handy for getting the index of out-of-bounds ranges. I think people would find common use for it if it was documented and exported. Cheers!