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

Quantify number of foci per cell #28

Open
sciencechick opened this issue May 23, 2019 · 3 comments
Open

Quantify number of foci per cell #28

sciencechick opened this issue May 23, 2019 · 3 comments

Comments

@sciencechick
Copy link

I've searched the website, but I can't seem to figure out how to get the number of foci per cell for each channel. I have no problems running supersegger, analyzing the cells and foci in the supersegger viewer, or saving and viewing the c list, but it seems like the c list doesn't have the data I'm interested in seeing. There's lots of information on individual focus intensity/xy position/timing/etc..., but I'm not seeing the integer number of foci. Thanks in advance for your help!

@stellastyl
Copy link
Collaborator

That would be a good thing to have in the clist. The reason is not there is because the foci number depends on our own filters (e.g. only foci with score above X - it can change depending on the experiment).

Here is some information on how to add another entry to the clist so that it is calculated during supersegger segmentation:
https://github.com/wiggins-lab/SuperSegger/wiki/Adding-an-entry-to-the-clist

You can manually add an entry to your clist dataset after segmentation as described here at the bottom of this wiki:
https://github.com/wiggins-lab/SuperSegger/wiki/GateTool-Functions-of-Super-Segger
An example of this is done at the very end of this tutorial:
http://mtshasta.phys.washington.edu/website/gatetoolTutorial/tutorial.html#15

@sciencechick
Copy link
Author

From reading over this, I understand how to add a new entry and a new dataset into the clist, but I'm still confused about how I convert the marked foci in a cell from an image in the viewer to a number that can be imported into the dataset. Given the scoring/filter dependence, I'm not sure how to pull this data out and make it into a function that can then be imported into the clist.

@pawiggins
Copy link
Collaborator

pawiggins commented Jun 6, 2019 via email

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

No branches or pull requests

3 participants