Skip to content

Commit

Permalink
docs: Refactoring of allowed queries documentation (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Jan 12, 2024
1 parent c35ae0f commit f47ded2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/doc_queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Genes
Gene queries in REEV allow users to search by HGNC symbol or NCBI/ENSEMBL/HGNC ID. Examples of gene queries include:

- `BRCA1`: Search by HGNC symbol.
- `HGNC:1100`: This refers to the BRCA1 gene.
- `HGNC:1100`: This refers to the HGNC ID for the BRCA1 gene.
- `7273`: This is the NCBI ID for the TTN gene.

.. _doc_queries_seqvar:
Expand All @@ -26,7 +26,6 @@ Sequence Variants

Sequence variant queries in REEV can be provided in HGVS notation, gnomAD style, or SPDI-style. Examples include:

Development Environment Examples:
- `NM_007294.4(BRCA1):c.5123C>A`: HGVS transcript SNV.
- `NM_000179.3:c.4082del`: HGVS transcript deletion.
- `NC_000017.10:g.41197728G>T`: HGVS genomic SNV.
Expand Down

0 comments on commit f47ded2

Please sign in to comment.