Skip to content

Generate GO term hierarchy file #94

@dustine32

Description

@dustine32

We will produce the child-parent relationship file go_hierarchy.json needed to recreate the GO hierarchy. The file should look like this:

  [
    {"child": "GO:0000009", "parent": "GO:0000030"},
    {"child": "GO:0000014", "parent": "GO:0004520"},
    {"child": "GO:0000014", "parent": "GO:0016788"},
    ...
  ]

As you can see in this example, there can be multiple child-parent entries for the same "child" term. @tmushayahama will use this for the left-side GO term filter.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions