omnipy.components.isa.models.investigation_schema
| CLASS | DESCRIPTION |
|---|---|
FieldType |
|
IsaInvestigationModel |
|
IsaInvestigationSchema |
|
FieldType
Bases: Enum
| ATTRIBUTE | DESCRIPTION |
|---|---|
Investigation |
|
Source code in src/omnipy/components/isa/models/investigation_schema.py
IsaInvestigationModel
Bases: Model[IsaInvestigationSchema]
Source code in src/omnipy/components/isa/models/investigation_schema.py
IsaInvestigationSchema
| CLASS | DESCRIPTION |
|---|---|
Config |
|
| ATTRIBUTE | DESCRIPTION |
|---|---|
comments |
TYPE:
|
description |
TYPE:
|
field_context |
TYPE:
|
field_id |
TYPE:
|
field_type |
TYPE:
|
filename |
TYPE:
|
identifier |
TYPE:
|
ontologySourceReferences |
TYPE:
|
people |
TYPE:
|
publicReleaseDate |
TYPE:
|
publications |
TYPE:
|
studies |
TYPE:
|
submissionDate |
TYPE:
|
title |
TYPE:
|
Source code in src/omnipy/components/isa/models/investigation_schema.py
comments
class-attribute
instance-attribute
comments: Optional[List[comment_schema.IsaCommentModel]] = None
field_context
class-attribute
instance-attribute
field_type
class-attribute
instance-attribute
ontologySourceReferences
class-attribute
instance-attribute
ontologySourceReferences: Optional[
List[ontology_source_reference_schema.IsaOntologySourceReferenceModel]
] = None
people
class-attribute
instance-attribute
people: Optional[List[person_schema.IsaPersonModel]] = None
publicReleaseDate
class-attribute
instance-attribute
publications
class-attribute
instance-attribute
publications: Optional[List[publication_schema.IsaPublicationModel]] = None
studies
class-attribute
instance-attribute
studies: Optional[List[study_schema.IsaStudyModel]] = None
submissionDate
class-attribute
instance-attribute
Config
| ATTRIBUTE | DESCRIPTION |
|---|---|
extra |
|
use_enum_values |
|