-
Notifications
You must be signed in to change notification settings - Fork 0
Multi-day strain plots functionalized #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| REQUIRED_METADATA = ['ExptNumber', 'sex', 'Strain'] | ||
| REQUIRED_METADATA = ['ExptNumber', 'Sex', 'Strain'] | ||
| # Extra metadata is nice to have but may not be identical per-animal and ID marking can't be used to pick out individuals from metadata yet... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Writing is not fully clear here; maybe try breaking the sentences up for clarity - "Extra metadata is nice to have but may not be identical between animals." and "ID marking is unable to be used to sort individuals from metadata"
|
|
||
| 3. **Metadata File from Tom** | ||
| - This is an Excel file containing experiment metadata (e.g., animal IDs, strain, sex, room, etc.). | ||
| - There are older versions of this file around the HPC. You can use the default one, but if you are analyzing experiments more recent than the date of this file (2023-09-07), you will not find them here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line could be rewritten for clarity. What do the older version of the file do for you? Where is the default file, is that what you're linking out to?
"Experiments analyzed after 2023-09-07 will not have their metadata captured in the default file shared above"
Script to make plots for multi-day behavior.
Would like some feedback/review on general documentation. No need to test at this stage, I have run it on my two behaviors and it works pretty comprehensively at least with the B6-BTBR adult datasets.