diff --git a/docs/acmg_seqvars_criteria.rst b/docs/acmg_seqvars_criteria.rst index 467e23f7..7e9a4a56 100644 --- a/docs/acmg_seqvars_criteria.rst +++ b/docs/acmg_seqvars_criteria.rst @@ -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. diff --git a/docs/doc_manual.rst b/docs/doc_manual.rst index bd5ffad3..be46f51f 100644 --- a/docs/doc_manual.rst +++ b/docs/doc_manual.rst @@ -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. diff --git a/docs/doc_queries.rst b/docs/doc_queries.rst index b86d724d..49dd1377 100644 --- a/docs/doc_queries.rst +++ b/docs/doc_queries.rst @@ -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. diff --git a/docs/index.rst b/docs/index.rst index c335b0e1..b86a97ab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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