Hi @wguo,
Thanks to develop the great tools for single cell cancer analysis.
There some issue occured when runing the scCancer.
The function runScStatistics had show error as running on the step 5 like below info.
plotMarkerDistribution(sc)
stop("Failed as no clusters found! Clustering must be set via 'setClusters' to find marker genes.")
The error indicate that whether matrix should be run into seurat and find the cluster or not ?
Meanwhile, i found your guide that post in the web https://github.com/wguo-research/scCancer/wiki/3.-Quick-start' had never exhibited the executed clustering before runing the runScStatistics function.
Addtionanlly, the function runScStatistics workflow just import the data that ouput from
10x cellranger count like below picture and it should be clustering first or should some steps be execute first before runing function runScStatistics ?.
Hi @wguo, Thanks to develop the great tools for single cell cancer analysis. There some issue occured when runing the scCancer. The function runScStatistics had show error as running on the step 5 like below info.