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
Hi,
I was recently trying to convert an SCE object to loom and I noticed the sce2loom function contains the line: colnames_attr = "obs_names", rownames_attr = "var_names"
which I changed to: colnames_attr = "CellID", rownames_attr = "Gene"
in order to get my downstream analysis to work.
I was curious if there was a reason you did this as LOOM documentation suggests "CellID" and "Gene"?
Thanks in advance!
Simon
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. Thank you for bringing this to attention. It was an outdated decision/piece of code. Happy to change to "CellID" and "Gene" in the next release. A PR would be highly welcome. :)
Hi,
I was recently trying to convert an SCE object to loom and I noticed the
sce2loom
function contains the line:colnames_attr = "obs_names", rownames_attr = "var_names"
which I changed to:
colnames_attr = "CellID", rownames_attr = "Gene"
in order to get my downstream analysis to work.
I was curious if there was a reason you did this as LOOM documentation suggests "CellID" and "Gene"?
Thanks in advance!
Simon
The text was updated successfully, but these errors were encountered: