Open peterfeifanchen opened 3 years ago
add drawUMAP(data.T,listResult,size,args.outputDir,args.datasetName,True)
添加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)
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!