First of all, this is an amazing package, kudos. I have two questions:
Is there any way to import annotations (eg from HALO) to calculate the frequency of cells within manually annotated regions (eg tumour vs non-tumour)? The automatic identification of tumour structure function in SPIAT doesn't work well for my tissue (brain).
If no such way currently exists, do you have any thoughts about a potential workaround?
How can I define a negative marker in my phenotype, e.g. "CD4+ PD1-"? I presume "CD4" just means "CD4" regardless of PD1 status.
The package doesn't support importing the annotations directly. A workaround would be manually adding a column to the colData() of the SpatialExperiment Object. You need to make sure the cell IDs match the corresponding annotations.
"CD4" means there is only "CD4" present on the cell without other markers.
Cheers,
Yuzhou
First of all, this is an amazing package, kudos. I have two questions:
If no such way currently exists, do you have any thoughts about a potential workaround?
Thank you in advance!