Skip to content

Commit

Permalink
docs: Fix documentation build and add supported queries documentati…
Browse files Browse the repository at this point in the history
…on (#368) (#369)
  • Loading branch information
gromdimon authored Jan 8, 2024
1 parent d6e0413 commit df1fa92
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/acmg_seqvars_criteria.rst
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ An initial prediction is fist done using the general purpose pathogenicity predi

Then, for splicing the following is done.

- If a SpliceAI prediction is performed then it is interpreted according to :footsite:t:`walker:2023`.
- If a SpliceAI prediction is performed then it is interpreted according to :footcite:t:`walker:2023`.

The highest-scoring variant is used for the final prediction.

Expand Down
2 changes: 1 addition & 1 deletion docs/doc_manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Clinical Significance
This card shows the semi-automated pathogenicity prediction based on InterVar.
Using the buttons on the left you can...
- Hide/show the terse mode of ACMG criteria display.
On show this will provide you an overview of just the different criteria and their evidence level, on hide you will see the full display also providing a description on every ACMG criterion and how it should be used.
On show this will provide you an overview of just the different criteria and their evidence level, on hide you will see the full display also providing a description on every ACMG criterion and how it should be used.
- hide/show failed criteria (not set to "active" by the little switch displayed left to every criterion)

Tipp: you can also see are brief description of every ACMG criterion in the terse mode when moving your curser of the little "i" in the upper right corner of every ACMG criterion box.
Expand Down
22 changes: 22 additions & 0 deletions docs/doc_queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,36 @@ This section describes the queries that are supported by REEV.
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.
- `7273`: This is the NCBI ID for the TTN gene.

.. _doc_queries_seqvar:

-----------------
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.
- `GRCh37-chr17-41197751-G-T`: gnomAD style variant.
- `NC_000017.11:43039470:G:A`: Canonical SPDI.

.. _doc_queries_strucvar:

-------------------
Structural Variants
-------------------

Structural variant queries in REEV can be provided in various formats including ISCN notation, colon-separated, or hyphen-separated formats. Examples include:

- `DEL:chr17:41176312:41277500`: Deletion on chromosome 17.
- `DUP-chrX-73565114-73956354`: Duplication on chromosome X.
- `arr[GRCh37] 7q11(72,650,120_74,154,209)x1`: ISCN notation.
- `GRCh37 7q11(72,650,120_74,154,209)x1`: Shorter form of ISCN notation.
10 changes: 10 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ It provides the following features as a central resource:
doc_manual
doc_clinvarsub

.. toctree::
:hidden:
:maxdepth: 1
:caption: Contents

acmg_seqvars_criteria
acmg_seqvars_details
acmg_cnvs_criteria
acmg_cnvs_details

.. toctree::
:hidden:
:maxdepth: 1
Expand Down

0 comments on commit df1fa92

Please sign in to comment.