Sage-Bionetworks / neurolincsdreamchallenge

1 stars 2 forks source link

compute delta time on curated data #1

Closed kdaily closed 6 years ago

kdaily commented 6 years ago

Using this table, group data by Experiment, ObjectTrackID, andWelland add a column calleddistancethat is the Euclidean distance from T_{x} and T_{x-1} ofXCoordinateandYCoordinate`.

Write out a csv file to this location: https://www.synapse.org/#!Synapse:syn15664274

Please commit code (not a notebook) that I can re-run to this repository - preferably R code, but Python/Pandas is fine as well. It should work if new experiments, objects, or wells are added. Code should separate writing CSV and uploading to Synapse.