xpetitt123 / Ceitec

Official GitHub repository of the CEITEC research project
GNU General Public License v3.0
0 stars 0 forks source link

Peak value #2

Open xpetitt123 opened 6 months ago

xpetitt123 commented 6 months ago

Write an R-script to find either explicitly (using their model) or approximately the peak value of each Approach curve. The output should be a list of values for each curve so that curves with multiple peak points could be viewed as suspicious in some sense.

xpetitt123 commented 6 months ago

First, it would be useful to write down a script to collect all the curves in their directories in a single list object to make the analysis feasible.

xpetitt123 commented 6 months ago

The helper script can be considered finished, although it isn't hard to add more functionality to it or modify it further.