Closed Michael-Geuenich closed 1 year ago
For this object is looks like all of the gene names are lowercase:
head(rownames(long_sce))
Mrpl15 Lypla1 Gm37988 Tcea1 Atp6v1h Rb1cc1
so likely the gene parsing functions are returning no hits from annotables. We may want to build in a check for capitalization of gene symbols.
when i convert the row names to uppercase it is able to run.
lower case is almost always mouse, is this dataset definitely human?
Oh, good point. This is a mouse dataset - I just forgot that we don't support mouse yet
can we add functionality that throws an error if the genes are lowercase? ("Looks like your dataset is mouse but we don't support this yet")
I've tried uploading the
scRNAseq_longitudinal_LCMV_Arm_Cl13.Rds
dataset from here: https://www.dropbox.com/sh/0b0zb0xd6ycxn0y/AAAQsL0yZ9kfAcOmwodN4QhFa?dl=0The app crashes before I can select any assay or cell type column with the following error:
This might be an issue with the functions in sccwiz though