Data structure #20
roaldarbol
started this conversation in
General
Replies: 1 comment 18 replies
-
Oh, and I can see that the x/y columns in the dataset I received are called |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @VioletteChiara!
I'm writing an R package for analysis of animal movement from an array of different sources (pose estimation, centroid tracking, trackball/treadmill) and would love to support AnimalTA. I write reader functions for each data source, along with some validator functions that ensures that the files really are in the format that the user thinks they are. I received some single-animal data from a friend that uses AnimalTA (I haven't had time to try AnimalTA myself), and I'm wondering whether that is also valid for multi-animal data? Or are the data headers different when there are multiple individuals? So whether it is something like
Frame
,Time
,ID
,x
,y
or ratherFrame
,Time
,x_1
,y_1
,x_2
,y_2
when there are two individuals?Additionally, can I expect other column values inside an AnimalTA data frame?
The package is currently called
trackballr
, but will change name toanimovement
one of the following days. I collaborate with the team making themovement
Python package, so once I've gotten the reader and validators implemented it would also be a smaller task for them to support it. :-)All the best, Mikkel 😊
Beta Was this translation helpful? Give feedback.
All reactions