Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Refactoring of allowed queries documentation #380

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading