Skip to content
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

RNAscope HiPlex Pipeline Example #1909

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

mattcai
Copy link
Contributor

@mattcai mattcai commented Jul 30, 2020

Besides improvements to the general presentation of the example, areas that need attention are:

  • Blob detection:
    • Low-contrast regions - skip background subtraction and enhance contrast instead
    • Clustered regions - use pre-defined spot size to break up clusters and count as single spots
    • High-intensity saturated regions - use pre-defined spot size and intensity to resolve saturated regions as single spots
    • Airy disks - either remove airy disks prior to spot finding or modify spot finding algorithm to account for airy disk pattern
  • Cell Segmentation (watershed):
    • tune parameters
    • sum intensities instead of max
    • connect nuclear fragments with morphological operation

Also waiting on bug fixes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant