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
when you import your data into scimap using the mcmicro_to_scimap function, simply pass a list of csv files corresponding to different images in the feature_table_path parameter.
e,g.
feature_table_path = [ "\path to image 1.csv", "\path to image 2.csv", "\path to image 3.csv"]
This would allow you to import your entire dataset and analyze them together. Each image's unique identifier stored under adata.obs['imageid']
Hi
May I ask about whether scimap can be running on batch samples data together on nextflow?
The text was updated successfully, but these errors were encountered: