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

Input GUI v2: and Results: Improve scriptability #9

Open
ctrueden opened this issue Jul 17, 2015 · 2 comments
Open

Input GUI v2: and Results: Improve scriptability #9

ctrueden opened this issue Jul 17, 2015 · 2 comments

Comments

@ctrueden
Copy link
Member

From Ann Wheeler:

This all needs to be scriptable so if one has 100 - 200 images Fiji can munch through them and generate an results file exportable to Excel with:

Columns corresponding to:

Slice, ROI, Threshold, 'My favourite colocalisation coefficient', 'Other colocalisation coefficient', 'AN OTHER parameter as desired'

Rows corresponding to:
Slice 1, ROI1
Slice 1, ROI2
Slice 2, ROI1
Slice 2, ROI2 etc

Not dissimilar to the output of multimeasure for analysing particles. Manders Coefficient and ICQ in IJ1 can do all of this and are scriptable easily.

Migrated-From: http://fiji.sc/bugzilla/show_bug.cgi?id=1100

@ctrueden ctrueden added this to the unscheduled milestone Jul 17, 2015
@chalkie666
Copy link
Collaborator

for getting results for different slices of a stack, the user should do the analysis slice by slice, using the batch macro processor on a a directory of single slice images with a z slice ID in the filename
If we allow single slice results output for a z stack, there could be hundreds of output values per image stack.... From a macro/batch/scale up standpoint, its possibly best to have one output results file per analysis job, with a unique filename, so its easier to wrangle the data later in R or whatever.
What Ann proposed makes sense superficially, but might end up hurting in a large scale analysis?

@chalkie666
Copy link
Collaborator

further to the above.... i cant see how we can currently run coloc_2 using eg process-batch-macro since coloc2 needs 2 or 3 images as parameters.... how can we make this easy? is there a general tool in imagej to specify multiple sets of files as input parameters for a macro command of the case like
run("pluginname", "parameter1 parameter2 parameter3......");
????

we have a whopper of a macro command in this case:
run("Coloc 2", "channel_1=[clown.jpg (red)] channel_2=[clown.jpg (green)] roi_or_mask=[clown.jpg (blue)] show_save_pdf_dialog display_images_in_result display_shuffled_images li_histogram_channel_1 li_histogram_channel_2 li_icq spearman's_rank_correlation manders'_correlation kendall's_tau_rank_correlation 2d_instensity_histogram costes'_significance_test psf=3 costes_randomisations=10");

@chalkie666 chalkie666 modified the milestones: m1, unscheduled Aug 4, 2015
@chalkie666 chalkie666 changed the title Improve scriptability Input GUI v2: and Results: Improve scriptability Aug 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants