Enter your data
Instructions
CSV format
Animal data are represented by a
CSV file.
Each row contains the animal tag followed by the values of the covariates.
Example:TAG,TUMOR1 (mm3),TUMOR2 (mm3),BLOOD PRESSURE (mmg) mice1,10.02,5.34,200 mice2,12.12,6.43,230 ...
- Separator can be
,
(coma) or;
(semicolon) - Decimal format can be
.
(dot) or,
(coma)
Header is mandatory !
The first line of the CSV must be the header with the names of the
coloumns.
The 1st column must be entitled Tag
Best way to generate the CSV
The best way is to use a spreadsheet software.

With Excel
You can export your data from Excel to CSV.
- Go to
File
>Save As
. - The Save As dialog box appears.
- In the
Save as
type box, chooseCSV (Comma delimited)
.
See more info on Excel documentation .
With Google Sheet
You can export your data from Google Sheet to CSV.
- Go to
File
>Download
. - Select
Comma Separated Values (. csv).
.