@giovp
Hello
Sorry to ask so many questions, but I am struggling with sq.im.calculate_image_features
I have 2 data that I concatenated in adata (2 library ID: 132_N_FTB000170 and 133_F_FTB000170).
For each library I have an image from which I want to get the features.
Here I tried to get the features for 133_F_FTB000170 library (the corresponding image is imgF.
Very strangly the 2 libraries are populated desptite the library_id specification !!
Do you undertand what I did wrong ?
Thanks !!
Sophie
Here is how I performed the concatenation:
library_names = [“132_N_FTB000170”, “133_F_FTB000170”]
adata = adataN.concatenate(
adataF,
batch_key=“library_id”,
uns_merge=“unique”,
batch_categories=library_names
)