SpaGCN icon indicating copy to clipboard operation
SpaGCN copied to clipboard

SpaGCN: Integrating gene expression, spatial location and histology to identify spatial domains and spatially variable genes by graph convolutional network

Results 35 SpaGCN issues
Sort by recently updated
recently updated
newest added

To run on GPU, two parameters are added: 1. `dtype`: default is `float32`, which is the same as the original code `FloatTensor`; however, the `dtype` can be set to `bfloat16`...

In the first code block in 3.read in data, there is the following error: Variable names are not unique. To make them unique, call `.var_names_make_unique`. Variable names are not unique....

Hello, First, thanks for this great tool! I am trying to apply it to a somewhat large single cell resolution vizgen dataset of human lung cancer (Vizgen_Human_LungCancer_Patient1) from the MERSCOPE...

add 'use_raw = False' for sc.tl.rank_genes_groups; change the p value index

Hi, I was running the turtorial notebooks on my computer. Everthing seemed alright, the calculation of l and res returned same value as the turtoral. But there was a warning...

Dear Dr. Hu, I followed the tutorial.ipynb to identify SVGs in my dataset. However, I noticed that I am getting only 2 SVG solutions instead of the expected 5 as...

I have a brief question regarding the computation of q_{ij} in lines: https://github.com/jianhuupenn/SpaGCN/blob/a67402d954572b4f088475c79f3492ec1a6048e4/SpaGCN_package/SpaGCN/models.py#L25 In the paper the formula is: ![image](https://user-images.githubusercontent.com/62442385/234813898-9edabb1b-ee97-45c1-bc2c-d0fc3ec364cb.png) whereas the code says rather (ignoring alpha) ![image](https://user-images.githubusercontent.com/62442385/234817511-f554d0f9-b246-4b77-819e-7d175c698a8e.png) so is...

I'm trying to process a sample with 90 000 observations and it gets killed (deficit of memory) during the execution of _l_search_ function. The machine I'm using has 36 CPUs...

Update the virtual env python version. Following the tutorial, the terminal outputs the following error ``` bash RuntimeError: Python version >= 3.8 required. ```