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

What kind of spot detection is best? #60

Closed
dganguli opened this issue Feb 8, 2018 · 2 comments
Closed

What kind of spot detection is best? #60

dganguli opened this issue Feb 8, 2018 · 2 comments
Assignees
Labels
research issues/questions opened for research purposes

Comments

@dganguli
Copy link
Collaborator

dganguli commented Feb 8, 2018

There are two options: 1. Decode each pixel into a corresponding gene, then use a connected components labeler to call spots as contiguous genes of a certain size 2. Find spots, pool the intensity, then decode each spot into a gene.

It should be possible, through simulations, to determine under which SNR noise regimes one method is better than another.

@dganguli dganguli added help wanted research issues/questions opened for research purposes labels Feb 8, 2018
@dganguli dganguli self-assigned this Feb 8, 2018
@dganguli
Copy link
Collaborator Author

dganguli commented Feb 9, 2018

Can leverage simulation in the notebooks directory:
https://github.com/chanzuckerberg/starfish/blob/master/notebooks/Starfish_simulation.ipynb

@ttung ttung closed this as completed Sep 21, 2018
@ttung
Copy link
Collaborator

ttung commented Sep 21, 2018

Both have been implemented, up to the scientists to figure this out! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research issues/questions opened for research purposes
Projects
None yet
Development

No branches or pull requests

2 participants