I'm trying to generate cells sets using the command, 'cells_by_gene_set'.
wot cells_by_gene_set --score gene_set_scores.txt --out test
Running the command above successfully generated 'test.gmt', but the number of cells in each categories are the same (188 cells).
Apparently, samples were separated by the gene set scores (no overlapping between cell groups).
I think I figured out.
I think it's because --quantile 0.99.
I have about 18,000 cells therefore the resulting cell sets should be 1% of the total cells which was ~180 cells.
Hello!
I'm trying to generate cells sets using the command, 'cells_by_gene_set'.
wot cells_by_gene_set --score gene_set_scores.txt --out test
Running the command above successfully generated 'test.gmt', but the number of cells in each categories are the same (188 cells). Apparently, samples were separated by the gene set scores (no overlapping between cell groups).I tried again with a subset of gene set score data and obtained the same result.
Can you guess what caused these result?
I installed 'WOT 1.08' on ubuntu 18.04 using
pip3 install wot
Thank you!