Replies: 1 comment
-
|
That's more a question for https://github.com/rethomics/scopr |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m running a set of Drosophila activity experiments on a 9–9 LD cycle. Some replicates were run when the platform was set to BST (GMT+1) and others when it was set to GMT.
I’m loading the data using:
dt <- load_ethoscope(query,
reference_hour = 9.0,
FUN = sleep_annotation,
cache = CACHE)
My understanding is that reference_hour defines ZT0 (lights-on) for each experiment.
So my question is: Do I need to adjust reference_hour for replicates run in BST vs GMT, or does load_ethoscope() automatically account for the platform timezone so that ZT0 aligns correctly across replicates?
I’ve inspected the loaded data and activity peaks appear to align between replicates of the same genotype, but I want to make sure this is the correct approach?
Beta Was this translation helpful? Give feedback.
All reactions