helpText('This is to perform logistic regression to estimate growth rate and maximum cells density. In order to run this application, you have to format your dataset
with tabulation separators. Also, remove all spaces in the dataset header (prefer to use "_" when needed).
Organise your dataset so that there is only two arrays. The first one being the time and the second the cells density
(e. g. optic density, cell number, biomass). This application proposes a method to perform logistic regression to estimate growth rate as well as maximum cells density.'),
withMathJax(helpText('The logistic equation is define as $$x(t) = r.x_0.(1-\\frac{x_0}K)$$'))
helpText('This app is to perform estimation growth rate and maximum cells density using non lineare regression.
The method is detailled in Martini et al. (2013).
In order to run this application, you have to format your dataset with tabulation separators. Also, remove all spaces in the dataset header (prefer to use "_" when needed).
Organise your dataset so that there is only two arrays. The first one being the time and the second the cells density
(e. g. optic density, cell number, biomass). This application proposes a method to perform logistic regression to estimate growth rate as well as maximum cells density.'),
withMathJax(helpText('The logistic equation is define as $$x(t) = r.x_0.(1-\\frac{x_0}K)$$'))
tabPanel("Credits",helpText('This App is teamwork between resarcher and student.
The PIs is Marc Garel (MIO-CNRS) and Severine Martini (LOV-CNRS), Marte Vienne (BSc student) improved model with statiscal tools and Lloyd Izard (MSc Student) have developped the app wiht PI'))