AllenInstitute / visual_behavior_analysis

Python package for analyzing behavioral data for Brain Observatory: Visual Behavior
Other
21 stars 6 forks source link

adding a function to get cre line from experiment ID #768

Closed dougollerenshaw closed 3 years ago

dougollerenshaw commented 3 years ago

Adds a function to data_access.from_lims to get the genotype for a given experiment_id

Example:

from visual_behavior.data_access import from_lims
from_lims.get_genotype_from_ophys_experiment_id(1071070929)

Returns: 'Vip-IRES-Cre/wt;Ai148(TIT2L-GC6f-ICL-tTA2)/wt'