rapids-single-cell-examples icon indicating copy to clipboard operation
rapids-single-cell-examples copied to clipboard

Examples of single-cell genomic analysis accelerated with RAPIDS

Results 30 rapids-single-cell-examples issues
Sort by recently updated
recently updated
newest added

I am facing this error when i try to reproduce notebooks/hlca_lung_gpu_analysis-visualization.ipynb , ani ideas how to overcome this error? Had to reduce the data in order to fit in the...

``` import scanpy as sc import anndata import time import os,wget import cudf import cupy as cp from cuml.decomposition import PCA from cuml.manifold import TSNE from cuml.cluster import KMeans from...

Thanks for creating the notebooks! I was interested in trying out the examples with an easy access to GPU. Are there plans to support Colab-friendly notebooks? I put up a...

When I try creating a conda env from the provided yml file, I get an error report that ends with the following: File "C:\Users\tnnan\anaconda3\lib\site-packages\ruamel_yaml\scanner.py", line 651, in fetch_value raise ScannerError(...

Dear all, I fixed the `rank_genes_groups` function. However I change quit a bit of the preprocessing e.g. masking from cupy to numpy. In the notebooks that I was able to...

Hi, the rapids-single cell workflow is excellent! Do your team have any plans to write pyscenic into rapids in the future? Now pyscenic makes use of CPU and is slow...

Hello everyone, I'm having trouble running the notebooks on our institutes server (64 Core Epyc and 2 Quadro RTX 6000), however when I'm at home running them on my personal...

Hi, I am trying the hlca_lung_gpu notebook with my own data to test the dimensionality reduction on GPU. The notebook is running well (data loading, pca...) until the nearest neighbors...

bug

I tried running the RAPIDS implementation of rank_genes_groups alongside the Scanpy CPU implementation on the same data matrix, but I'm getting very different results. Here's my code for the GPU...

Opening this issue for tracking purposes and linking https://github.com/rapidsai/cuml/issues/2597. At the time of writing this, the major effect of this bug has been on the `PCA` step and the `LogisticRegression`...