Replies: 1 comment 2 replies
-
|
Could you make a reproducible mini script? Saving and loading Giotto objects should work, see https://giottosuite.readthedocs.io/en/latest/subsections/datasets/230414_save_giotto_object_George.html for more details. You can use one of the stored Giotto mini objects if that's easier, see |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am curious about how everyone is saving and later reading the file. I was hoping that when I save the Giotto object, I can always read the object and start analysis from where I left.
**For example I save the object after rank enrichment and I want to read the object and plot some charts.
spatCellPlot2D(gobject = test,
spat_enr_names = 'rank',
cell_annotation_values = colnames(rank_matrix),
cow_n_col = 2,coord_fix_ratio = 1, point_size = 1,
save_param = list(save_name = "spat_enr_Rank_plot"))
Error in get_cell_metadata(gobject, spat_unit = spat_unit, feat_type = feat_type, :
metadata referenced does not exist.**
path_to_folder= /file/to/giottoobject/
test = loadGiotto(path_to_folder = path_to_folder))
test
An object of class giotto
Could you please let me know how to fix this. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions