juexinwang / scGNN

scGNN (single cell graph neural networks) for single cell clustering and imputation using graph neural networks
MIT License
134 stars 40 forks source link

Draw graph of the results #22

Open peterfeifanchen opened 3 years ago

peterfeifanchen commented 3 years ago

Hi,

I ran the scGNN.py and got results in csv format in the output directory. I was wondering if there is a way to see the results in graphical form? I see in benchmark_util.py, that there are some helpers, but I don't see it used in main_benchmark.py or scGNN.py.

Thanks!

Candy-Crusher commented 2 years ago

add drawUMAP(data.T,listResult,size,args.outputDir,args.datasetName,True)

xu15825503775 commented 2 years ago

添加drawUMAP(data.T,listResult,size,args.outputDir,args.datasetName,True)

I added this code at the end of the scgnn.py file,But it reports an error:Buffer has wrong number of dimensions(expected 1,got 2)