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

Add RS-FISH parameters for multiple channels #20

Open
neugun opened this issue Jul 20, 2022 · 3 comments
Open

Add RS-FISH parameters for multiple channels #20

neugun opened this issue Jul 20, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@neugun
Copy link

neugun commented Jul 20, 2022

Hi Konrad and Cristian,

I am wondering if I can use different RS-FISH parameters for spot extraction or can you please add this feature? Please see the following request.

New feature

RS-FISH parameters for multiple channels

Proposal

Any possible way to use different RS-FISH parameters for multiple channels?

Usage scenario

Spot extraction

Thanks a lot!
Best
Zhenggang

@neugun neugun added the enhancement New feature or request label Jul 20, 2022
@cgoina
Copy link
Collaborator

cgoina commented Jul 20, 2022

Could you be a bit more specific - what parameters would you like to have. If you use airlocalize for spot extraction we are somewhat limited by the parameters supported by airlocalize and unfortunately we are not in control of that tool. If you use the spark version for spot extraction we may have a bit more flexibility since that is a tool developed at Janelia.

@neugun
Copy link
Author

neugun commented Jul 20, 2022

Thank you so much, Cristian!
Yes, the parameters for RS-FISH (spark version for spot extraction) will be "rsfish_anisotropy","rsfish_sigma",and "rsfish_threshold". Now, these 3 parameters are used for all channels but I am wondering if we can assign these 3 parameters differently for each image channel. Thanks!

@cgoina
Copy link
Collaborator

cgoina commented Sep 27, 2023

These have been added and documented in the Parameters.doc and also added to the nextflow_schema. In the schema they appear like: "per_channel.rsfish_min" or "per_channel.rsfish_min" and the take a comma delimited list of values. The list must be the same length as the number of channels, e.g. if channels are c0,c1,c2 then per_channels.rsfish_min should be "c1val, c2val,c3val"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants