HeilemannLab / SPTAnalyser

Batch processing of single particle tracking data, MSD-analysis, hidden markov modeling, transition counting
GNU General Public License v3.0
2 stars 1 forks source link

Time resolved analysis #9

Closed AlexanderNiedrig closed 1 year ago

AlexanderNiedrig commented 1 year ago

Added the timeResolvedAnalysis script in a subfolder together with an example for a directory (its probably non functional as most data was deleted to lower file size). Most important naming conventions should be in the config as well and will be in the manual.

JohannaRahm commented 1 year ago

With the given example data I get following error message. Could you please share a fraction of working data (not over github – please remove the uploaded example data folder)?

[GLOBAL_DIR]
# define the directories to the .h5 files. They MUST follow the naming scheme something_coverslip_something. They must have been created by filtering for every parameter
dir = D:\Chemie_phd\SPTAnalyser\code_reviews\SPTAnalyser\timeResolvedAnalysis\required_structure_example\+HBEGF+CTX\230627_filtered

[USE_TIMESTAMPS]
#whether or not to use timestamps instead of cell numbers for binning
use_timestamps = false

[CS_DIRS]
#directories of the analyzed coverslips
dir1 = D:\Chemie_phd\SPTAnalyser\code_reviews\SPTAnalyser\timeResolvedAnalysis\required_structure

Please give variables and functions lower case names, add spaces between “#” and comment, use “”” instead of ‘’’ as docstring symbol, add description to function names (partly only the function variables are described, but not the function itself), and correct typos (they are all over the place).

JohannaRahm commented 1 year ago

Config.ini

Stats.h5

General remarks about tests (normality + significance)

Significance tests

TR_plots

JohannaRahm commented 1 year ago

The PR looks good!