You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run export_gene_activity_to_loom , I get a "TypeError: '<' not supported between instances of 'float' and 'str'". Maybe because there some NaNs in my cell type_annotations? But export_region_accessibility_to_loom works smoothly.
I checked the Cortex_pycisTopic tutorial but that ends with export_region_accessibility_to_loom.
So, is this export_gene_activity_to_loom really necessary in SCENIC+ analyses? if yes, then how can I solve the aforementioned typeerror?
The text was updated successfully, but these errors were encountered:
export_gene_activity_to_loom
, I get a "TypeError: '<' not supported between instances of 'float' and 'str'". Maybe because there some NaNs in my cell type_annotations? Butexport_region_accessibility_to_loom
works smoothly.export_region_accessibility_to_loom
.So, is this
export_gene_activity_to_loom
really necessary in SCENIC+ analyses? if yes, then how can I solve the aforementioned typeerror?The text was updated successfully, but these errors were encountered: