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

New schema update to specimen_from_organism schema #1406

Open
ami-day opened this issue Aug 26, 2021 · 0 comments
Open

New schema update to specimen_from_organism schema #1406

ami-day opened this issue Aug 26, 2021 · 0 comments
Assignees
Labels
content Any PR that incorporates changes to the schema

Comments

@ami-day
Copy link
Contributor

ami-day commented Aug 26, 2021

For which schema is a change/update being suggested?

I would like to request an update to the specimen_from_organism schema.

What should the change/update be?

Adding new fields

I would like to add the following new fields to this schema to allow data contributors to get information on the Regions of Interest (ROI) used when NanoString Digital Spatial Profiling technology is used for library construction. This is required for the interpretation of the spatial data linked to the sequencing data:

specimen_from_organism.region_of_interest.id
specimen_from_organism.region_of_interest.area
specimen_from_organism.region_of_interest.markers
specimen_from_organism.region_of_interest.morphology
specimen_from_organism.region_of_interest.segment_id
specimen_from_organism.region_of_interest.segment_area
specimen_from_organism.region_of_interest.segment_markers
specimen_from_organism.region_of_interest.segment_morphology

This update constitutes a minor change to the schema(s) it affects.

What new field(s) need to be changed/added?

specimen_from_organism.region_of_interest.id
specimen_from_organism.region_of_interest.area
specimen_from_organism.region_of_interest.markers
specimen_from_organism.region_of_interest.morphology
specimen_from_organism.region_of_interest.segment_id
specimen_from_organism.region_of_interest.segment_area
specimen_from_organism.region_of_interest.segment_markers
specimen_from_organism.region_of_interest.segment_morphology

Field name
region_of_interest.id
region_of_interest.area
region_of_interest.markers
region_of_interest.morphology
region_of_interest.segment_id
region_of_interest.segment_area
region_of_interest.segment_markers
region_of_interest.segment_morphology

Field description
region_of_interest.id: an identifier for a Region Of Interest (ROI).
region_of_interest.area: the area of a Region Of Interest (ROI) in mm2.
region_of_interest.markers: A list of markers used to identify a Region of Interest (ROI).
region_of_interest.morphology: The morphology used to describe a Region of Interest (ROI).
region_of_interest.segment_id: an identifier for a Segment defined within a Region Of Interest (ROI).
region_of_interest.segment_area: the area of a Segment within a Region Of Interest (ROI) in mm2.
region_of_interest.segment_markers: A list of markers used to identify a Segment within a Region of Interest (ROI).
region_of_interest.segment_morphology: The morphology used to describe a Segment within a Region of Interest (ROI).

Field type
str
integer
enum
str
str
integer
enum
str

Required
no
no
no
no
no
no
no
no

Examples
region_of_interest.id: region 1
region_of_interest.area: 94541.01
region_of_interest.markers: PanCk+
region_of_interest.morphology: alveolar
region_of_interest.segment_id: segment 1
region_of_interest.segment_area: 23321.01
region_of_interest.segment_markers: PanCk+||alphaSMA-
region_of_interest.segment_morphology: alveolar

CV or enum
no
no
no
no
no
no
no
no

Why is the change requested?

To allow data contributors to get information on the Regions of Interest (ROI) used when NanoString Digital Spatial Profiling technology is used for library construction. This is required for the interpretation of the spatial data linked to the sequencing data.

@ami-day ami-day added the content Any PR that incorporates changes to the schema label Aug 26, 2021
@ami-day ami-day self-assigned this Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Any PR that incorporates changes to the schema
Projects
None yet
Development

No branches or pull requests

1 participant