Closed keithgmitchell closed 3 years ago
Hello, the cluster extension uses three criteria to decide to reclassify cells in a cluster from unknown.
If you do a 2 way table of cell_type and garnett_cluster, you should be able to see which of these isn't satisfied. To force the cluster extension to classify, you'll need to change the default values of the two parameters above.
I'm going to close, if this remains an issue, please reopen
Describe the bug I am not able to limit the amount of unknown calls.
To Reproduce
Expected behavior Shouldnt the
table(pData(pbmc_cds2)$cluster_ext_type)
not return unknown like what was shown in the tutorial? I have tried many parameters here.