Hi. I'm not sure if I understand your method correctly, but it seems that your method makes predictions based on the cell labels, which means I cannot use it to make predictions for each single cell?
I just tried to use "orig.ident" as the cell label, by which I want to generate the ranks for each cell instead of cell labels. But when I use "obj <- rank_celltype(obj)", an error arised: Error in object@net[[1]] : subscript out of bounds. And I checked the obj@net and I found it was an empty list. Do you have any ideas about this?
Thanks!