GLUE icon indicating copy to clipboard operation
GLUE copied to clipboard

Graph-linked unified embedding for single-cell multi-omics data integration

Results 22 GLUE issues
Sort by recently updated
recently updated
newest added

Hi, does PairedSCGLUEModel work in a way that it finds common `.obs_names` among all present modalities? Or is it also possible to use the paired model when e.g. integrating 3...

Hello, I have the error when running `guidance = scglue.genomics.rna_anchored_guidance_graph(rna, atac)` when using the data provided in the tutorial. The error stated `"sortBed" does not appear to be installed or...

![Screenshot 2023-11-14 at 5 43 08 PM](https://github.com/gao-lab/GLUE/assets/6439736/0f0c7ded-5954-4347-a339-fa4019792497) I have just configured the conda and when I try to run evaluation on GPU, I get the following error. Your guidance in...

### Problem Description The original `boxplot` function (`experiments/RegInf/utils.py`) was designed to create a box plot with marginal distributions. However, it contained a bug where the input `DataFrame`, `data`, was being...

Hello, when I use the scglue.data.lsi, it returned the error: Input contains NaN. Do you know how to figure out it? Thank you.

Hi, I wonder know if GLUE can generate cross modality data, like you have a pre-trained model, and if you can generate scATAC-seq data using the scRNA-seq data?

Hi, Thanks for developing scglue. When I want to use scglue.data.lsi(atac, n_components=100, n_iter=15), I get this error "ValueError: Found array with 0 feature(s) (shape=(4034, 0)) while a minimum of 1...

Hello! I would like to know whether GLUE has an implementation to perform query mapping of unlabeled data. I want to create a reference map with GLUE and be able...

Hello, Thanks for developing this great software. It has helped me a lot for integration of unpaired snRNA and snATAC. I recently run another dataset with my previous script following...

Hello, I have the error when running guidance = scglue.genomics.rna_anchored_guidance_graph(rna, atac) when using my dataset. ![image](https://github.com/gao-lab/GLUE/assets/72248550/d5b383e5-5efe-4a1a-ad8c-8080c1438a46) I will appreciate if you could help me to figure it out. Thanks!