Skip to content

Commit b3cc37a

Browse files
authored
docs: update docs for external registries (#1610)
* docs: update docs for external registries * docs: add name column
1 parent 750a004 commit b3cc37a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/source/aind_data_schema_models/external.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ External registries act as an application programming interfaces (API). They all
66

77
### MouseAnatomyModel
88

9-
Base model for mouse anatomy
9+
[EMAPA](https://www.ebi.ac.uk/ols4/ontologies/emapa)
10+
11+
Base model for mouse anatomy. Some examples:
1012

1113
| Name | Registry | Registry Identifier |
1214
|------|-------|--------|
13-
| `todo` | `todo` | `todo` |
15+
| `heart` | `Registry.EMAPA` | `16105` |
16+
17+
### Gene
18+
19+
[GenBank](https://www.ncbi.nlm.nih.gov/genbank/)
20+
21+
Base model for genes. One example:
22+
23+
| Name | Description | Registry | Registry Identifier |
24+
|------|------|-------|--------|
25+
| `gfp` | `Human adenovirus B isolate 340-2010 DNA, complete genome` | `Registry.GENBANK` | `LN515608` |

0 commit comments

Comments
 (0)