Skip to content

Conversation

@dahhei
Copy link
Contributor

@dahhei dahhei commented Jun 25, 2025

Script to make plots for multi-day behavior.

  • Minor change to parse_tables for metadata field capitalization
  • Added a README for instructions on running the plotting script
  • Functionalized for any 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.

@dahhei dahhei self-assigned this Jun 25, 2025
@dahhei dahhei added the enhancement New feature or request label Jun 25, 2025
@dahhei dahhei requested review from C-1337ka and keithshep and removed request for gautam-sabnis June 25, 2025 22:37

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...
Copy link

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.
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants