multifish icon indicating copy to clipboard operation
multifish copied to clipboard

Add RS-FISH parameters for multiple channels

Open neugun opened this issue 3 years ago • 3 comments

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 avatar Jul 20 '22 16:07 neugun

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.

cgoina avatar Jul 20 '22 17:07 cgoina

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!

neugun avatar Jul 20 '22 17:07 neugun

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"

cgoina avatar Sep 27 '23 16:09 cgoina