SpaGCN: Integrating gene expression, spatial location and histology to identify spatial domains and spatially variable genes by graph convolutional network
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. To make them unique, call .var_names_make_unique.
... storing 'feature_types' as categorical
... storing 'genome' as categorical. I followed the tutorial but it still happened, I would like to ask why this problem occurs
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. To make them unique, call.var_names_make_unique
. ... storing 'feature_types' as categorical ... storing 'genome' as categorical. I followed the tutorial but it still happened, I would like to ask why this problem occurs