Hi everyone,
I have a complex sample that has both rat and human cells.
So far I've been doing pretty well using monocle3.
The issue is in the cell_data_set and the marker_file, my cell-specific genes are differentiated by hg38__genesymbol (human) and rnor6_genesymbol (rat)
As you might expect, training of the classifier gives an error saying "Not enough training samples for any cell types at root of cell type hierarchy!" but when I do a marker_check this is due to an issue with gene id conversion.
How do I get around this? Would I need to do a find & replace of the species prefixes in the cell_data_set and the marker file?
Thank you