Skip to content
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

Incorporate Low Magnification Images in In Vitro Slice Neuron Morphology Reconstruction schema #359

Open
jmbudd opened this issue Apr 25, 2020 · 0 comments
Assignees

Comments

@jmbudd
Copy link

jmbudd commented Apr 25, 2020

In the process of applying Neuroshapes In Vitro Slice Neuron Morphology Reconstruction schema to the curation of combined anatomical and electrophysiolgical slice data from mouse hippocampus, I encountered a number of issues. Since these issues may well arise during the curation of similar datasets for other labs, I thought it might be useful to share them here. I have created a separate ticket for each issue. (This introductory paragraph is repeated in each.)

Low magnification images are often taken to record the position, orientation and size of a labelled neuron (or neurons) relative to cellular boundaries of the tissue slice. These raw data - usually just a single image - are not currently part of the publicly documented Slice schema and yet represents valuable information about its anatomical context of the neuron, e.g. cellular properties can vary according to anatomical axes position especially in hippocampus.

It is not obvious how low magnification images should be included in the Slice schema. It is not a preview image so does not fit within the FixedStainedSlice entity and as the image is not annotated except perhaps for a scale bar it does not easily fit within AnnotatedSlice entity.

To address this issue, I included the low magnification image as a file generated from LabeledCell entity - as it contains the related anatomical coordinates information - though this may not be the best solution, i.e. in yaml format:

LabeledCell:
  name:
  brainLocation:
  coordinatesinBrainAtlas:
    rostrocaudal:
    lateral:
    dorsal:
  locationInSlice:
  putativeMType:
  generated:                      <---- low-mag filename
  comment: 

@jmbudd jmbudd changed the title Incoporate Low Magnification Images in In Vitro Slice Neuron Morphology Reconstruction schema Incorporate Low Magnification Images in In Vitro Slice Neuron Morphology Reconstruction schema Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants