-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
You can see example of the ultimate destination of the data by looking at experiments archived at
https://houptlab.org/bartab/proj/
When looking at a specific experiment, you can download the JSON data format with the JSON button at the bottom of the page (below the graphs). The JSON has a lot of massaged data (sorted into groups and means), but at the end of the JSON you can see the pretty simply structure for the raw data that would be suitable for the rat weights:
{
"subjects": {
...
"DMF07": {
"data": {
"Saccharin": {
"10-17-2020 15:25": -32000,
"10-18-2020 14:54": -32000,
"10-19-2020 15:08": -32000,
"10-20-2020 14:58": -32000,
"10-21-2020 15:12": 17.31999999999999,
"10-23-2020 14:38": 1.110000000000014,
"10-24-2020 14:42": 0.7599999999999909,
...
"Water": {
"10-17-2020 15:25": 21.86000000000001,
"10-18-2020 14:54": 23.86000000000001,
"10-19-2020 15:08": 25.59000000000003,
Metadata
Metadata
Assignees
Labels
No labels