Open brianpenghe opened 4 years ago
Interesting. Do any cells get assigned to cluster 5? I'll take a quick look at the code to see if there is anything obvious.
Looking at the code, if there were no cells assigned to cluster 5, it would not show up in the cluster_genotypes.vcf. It decides how many clusters there are by looking at the maximum cluster number in the clusters.tsv's cluster assignment field.
The Cluster 5 only has 1 cell there. There are more doublets contributed by Cluster 5 though.
I ran the whole pipeline using:
Indeed I see cluster0 to cluster 5 in clusters.tsv
However, the cluster_genotypes.vcf only has cluster 0 to cluster 4!!
I re-ran consensus.py and had the same result.
Do you know why?