-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get/set_cell_id no longer available #1109
Comments
There currently is not a way to directly manipulate the IDs in a giotto object. When it gets added in the future it will probably be via the For this specific problem, there is a I'll need to take a closer look at this to figure out why it's complaining about expression when it doesn't exist yet. |
Also, there can be issues when geometries are completely empty like the 'negprobes' feature is.
|
I was trying to update the cell_IDs in my object to correspond to another dataset, but the
get_cell_id
andset_cell_id
don't seem to be in GiottoClass anymore.How would one go about changing say the slide number in the
cell_ID
fromc_1_x_x -> c_4_x_x
? I tried it manually, but I still must be missing something, because:Did not catch every location of the cell IDs from a fresh gobj with no expression data. I still get:
The text was updated successfully, but these errors were encountered: