Biological rhythms, circadian and others, are important in all life on earth.
Various studies prove that biological rhythm disturbance is a risk factor for
the origin and development of various diseases. Therefore, analysis of such data is becoming increasingly important.
Specific mathematical approaches are used for the analysis of circadian data.
Some of these are implemented in the CosinorPy library.
We propose an implementation of a web application to make the analysis of circadian data even more accessible.
The proposed implementation uses the CosinorPy library and its functionalities to perform the analyses and visualize the data.
The application is built typically from the front-end and back-end system. Its specific feature is the server connection
in the NodeJS environment with the CosinorPy library in the Python environment. The communication with the CosinorPy library
is implemented with a TCP connection implemented by the Socket.io library. The result is a simple web application,
which sends requests for selected Cosinor analysis to the back-end system. Upon completion of the analysis, the data is returned
to the front-end of the application,
where it is shown in a user-friendly way.
|