SCENIC icon indicating copy to clipboard operation
SCENIC copied to clipboard

Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length

Open ishwarvh opened this issue 3 years ago • 1 comments

I have created a .loom file with gene-symbols as rownames and the cells as columns.

Unfortunately, I am unable to load the data properly because I get the error Error in .rowNamesDF<-(x, value = value) : invalid 'row.names' length , when I run the get_cell_annotation function.

I have carefully checked the length of the number of rows in my expression matrix and the number of rownames (gene_symbols) and they match up correctly.

Any idea what could be causing this problem? I appreciate your time and any suggestions that any of you may have.

Thank you

ishwarvh avatar Sep 03 '22 21:09 ishwarvh

I am facing the same problem as you! Have you fixed it?

hrbmuzl avatar Feb 24 '24 01:02 hrbmuzl