-
Hi, I have had some issues with the TissueMicroarrayExtractor. I have previously used it on TMA slides where it worked well, and running the extractor on those TMAs still works. However, now I have TMA scans from a new scanner, and it does not work as well anymore. From a single TMA slide including more than a 100 TMA cores the extractor only extracts 10-15 cores, and they are all only extractions of part of the core. None of the most solid/full cores are extracted, I tested running the fast.TissueSegmentation on some of the new scans, and the segmentations are not as good (though many of them still are alright). It might seems like the default threshold does not segment as well on those images, but there are also examples of stroma that is not segmented at all, even with a quite strong color, and some strange circular shapes in the segmentations. In general the segmenations are a lot less like full circles, and more broken up. There are also quite a few tiny tissue artefacts around in some of the slides (though I though they are too small to be counted when calculating mean and median area?). Many of the semi-large parts of a TMA core when the segmentation is incomplete might be large enough though, yielding an incorrect mean and median region area. Looking at the segmentations alone did this:
Extracting TMA cores I did this:
Is there a good way of using the tma-extractor for different slides, if you think the problem is related to the segmentation? In a way where on does not have to change parameters manually between slides/scanners? I can also see slight differences in color on the slides from the two scanners. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @mhoibo If TissueSegmentation fails, then the TissueMicroArrayExtractor will not work either. |
Beta Was this translation helpful? Give feedback.
I have added the parameters to the TissueMicroArrayExtractor in the latest commit: https://github.com/smistad/FAST/actions/runs/7799787880
We are working on a neural network for improved tissue segmentation, the plan is to make that available in FAST to replace the current color thresholding method.