destiny icon indicating copy to clipboard operation
destiny copied to clipboard

R package for single cell and other data analysis using diffusion maps

Results 31 destiny issues
Sort by recently updated
recently updated
newest added

https://github.com/theislab/destiny/blob/48962d2c0ebfc17139e930024b9976e758b023ae/.github/workflows/check-bioc.yml#L284-L290

Instead of using my built in cover-tree approximate nearest neighbor lib, new options have popped up: | | [NMSLIB](https://github.com/nmslib/nmslib) | [HNSWLIB](https://github.com/nmslib/hnswlib) | [Annoy](https://github.com/spotify/annoy) | [FALCONN](https://github.com/FALCONN-LIB/FALCONN) | |---|---|---|---|---| | **sparse matrix...

The help page on DiffusionMap says that using e.g. 50 PCs results in more regular looking diffusion maps. First, I would like to ask - it results in more regular...

Hi, I am getting a segmentation fault with `DiffusionMap`. I am not changing any of the defaults. 1) When inputting a data matrix as `data`, I get the following error:...

Hi developers, I tried running the DiffusionMap() function on the "guo" dummy dataset: ``` data(guo) dm_guo Error: as(, "dsTMatrix") is deprecated since Matrix 1.5-0; do as(., "TsparseMatrix") instead Traceback is...

Hi again, I have couple of questions related to your gene_relevance function. 1) I am not able to find in your vignette how to create a local gene relevance map...

Hello, thanks for the great tool! I am running into the following error when calling DiffusionMap on a SingleCellExperiment Object: `dif_map

Hi there! Thanks for the package! I'm using destiny to plot a diffusion map from my seurat object. I use the cell cluster names(HSC, B, Neutrophils..) as my color by...

command I used: ``` dpt = gmin is not TRUE ``` what is stats$g?

Hello! I was wondering if there is a way to map new (supplementary) samples/individuals onto an existing trajectory. Meaning, I do not want to change the trajectory, just where new...