Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed May 4, 2024
1 parent 8b4a037 commit 56d9df5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/user-guide/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,15 @@ tcreator.create_template(disease_id=disease_id,
transcript=ofd1_transcript)
```

The following snippet can be used as a "starter" by pasting it into the notebook.

```python title="Starter"
tc.create_template(disease_id="",
disease_label="",
gene_symbol="",
HGNC_id="",
transcript=""
```)


The script creates a file that can be opened in Excel and used for curation. Add additional HPO terms as necessary and remove terms that are not needed.

0 comments on commit 56d9df5

Please sign in to comment.