We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to improve the clinical support in OpenCGA, new clinical objects should be created. These objects are:
class ClinicalAnalyst { id name email assignedBy date }
class ClinicalAudit { author Enum action: create, create_interpretation, update, update_interpreattion, ... message date }
class ClinicalComment { author message List<String> tags date }
The text was updated successfully, but these errors were encountered:
models: add new clinical data models, #189
bbb9fca
models: use ClinicalAnalyst, #189
46a2415
models: add modification date in Interpretation object, #189
0014f37
models: update ClinicalVariant object, #189
5c1148b
models: update ClinicalVariantEvidence object, #189
426ec38
tools: update clinical variant creators, #189
7efc592
models: update ModeOfInheritance from the opencga/SegregationMode, #189
262e36d
jtarraga
No branches or pull requests
In order to improve the clinical support in OpenCGA, new clinical objects should be created. These objects are:
The text was updated successfully, but these errors were encountered: