brain-bican / taxonomy-development-tools

Tools to build and edit Cell Annotation Schema taxonomies.
Apache License 2.0
3 stars 1 forks source link

Add table for defining cellannotation_set_metadata #27

Closed dosumis closed 11 months ago

dosumis commented 1 year ago

This allows for descriptions + rank

As currently defined:

  "cellannotation_setname_metadata": {
      "properties": {
        "name": {
          "type": "string",
          "description": "name of annotation key"
        },
        "description": {
          "type": "string",
          "description": "Some text describing what types of cell annotation this annotation key is used to record"
        },
        "rank": {
          "type": "integer",
          "description": "A number indicating relative granularity with 0 being the most specific.  Use this where a single dataset has multiple keys that are used consistently to record annotations and different levels of granularity."
        }

Related #23 #22