-
Notifications
You must be signed in to change notification settings - Fork 22
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
Area analysis on Data.table not working in Spectre 1.2.0 #195
Comments
@RoryCostell hey mate, we will have a look! This most often comes up if there are some ROIs that don't have all the region types present. Was an oversight on our part when writing the code (we had larger ROIs where there was always representation across them). But if it was working before the update then perhaps something went wrong when we moved to v1.2. |
Thanks Tom! That must be it, as the ROIs are based on a TMA of separate regions. The workaround I've used for now is to redefine area.table to area.totals, with the previous checks above. ` ### Some checks
|
Hi, I have updated my Spectre to 1.2.0, and also updated R and R studio to the latest build.
When I run the new advanced spatial workflow, everything works great and the addition of the regions and cell types is great.
However, when I run the third script - advanced quantitative analysis, and I run the area analysis, it seems unable to run the area analysis by region for all the ROIs, giving the error:
It this because some of the cell types are not present in the region: Tumour?
The area analysis is working fine with the old code, setting the region to total and ignoring the individual regions for the area analysis.
Please let me know if you need more information and I will reproduce the error.
Thank you very much!
The text was updated successfully, but these errors were encountered: