Skip to content

Mice with no training history #1483

@alexpiet

Description

@alexpiet

Time-boxed investigation for a maximum of 2 days to see if the fix to #1666 addresses this, or to suggest additional work that may be needed to address it.

Describe the bug
The behavior session table is a data frame that includes the full training history for each mouse. Some mice; however, only have OPHYS sessions, and do not have any TRAINING stages.

To Reproduce
Two mice that I found randomly (donor_id = 744911447, and 756577240). You can load the behavior_session_table, and then filter for that donor_id, and see that the only session types are
OPHYS, and no TRAINING stages.

behavior_sessions = cache. get_behavior_session_table()
behavior_sessions.query('donor_id == 756577240')

Screen Shot 2020-04-07 at 2 47 28 PM

Expected behavior
Mice cannot go to ophys without training, so I expect to see training data for each mouse.

Environment (please complete the following information):

  • OS & version: CentOS 7
  • Python version 3
  • AllenSDK version v1.6.0

Additional context

  1. I haven't tracked down other mice that show this issue.
  2. I wonder if the problem is a donor_id vs specimen_id issue?

@wbwakeman @dougollerenshaw @matchings

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions