Skip to content

Commit ba6661f

Browse files
committed
updated attribute descriptions throughout
1 parent 26d7a47 commit ba6661f

File tree

5 files changed

+25
-20
lines changed

5 files changed

+25
-20
lines changed

docs/_static/css/civic.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,8 @@ figcaption {
101101
vertical-align: middle !important;
102102
margin-top: -2px !important;
103103
}
104+
105+
/* align icon names to the right */
106+
.cvc-icon-table tr td:nth-child(1) p {
107+
text-align: right !important;
108+
}

docs/model/evidence/direction.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Evidence Direction interpretation differs slightly depending on the Evidence Typ
2121
:class: cvc-icon-table
2222

2323
* - Direction
24-
- Symbol
24+
- Icon
2525
- Definition
2626
* - Supports
2727
- |attribute-supports|
@@ -38,7 +38,7 @@ Evidence Direction interpretation differs slightly depending on the Evidence Typ
3838
:class: cvc-icon-table
3939

4040
* - Direction
41-
- Symbol
41+
- Icon
4242
- Definition
4343
* - Supports
4444
- |attribute-supports|
@@ -54,7 +54,7 @@ Evidence Direction interpretation differs slightly depending on the Evidence Typ
5454
:class: cvc-icon-table
5555

5656
* - Direction
57-
- Symbol
57+
- Icon
5858
- Definition
5959
* - Supports
6060
- |attribute-supports|
@@ -70,7 +70,7 @@ Evidence Direction interpretation differs slightly depending on the Evidence Typ
7070
:class: cvc-icon-table
7171

7272
* - Direction
73-
- Symbol
73+
- Icon
7474
- Definition
7575
* - Supports
7676
- |attribute-supports|
@@ -86,7 +86,7 @@ Evidence Direction interpretation differs slightly depending on the Evidence Typ
8686
:class: cvc-icon-table
8787

8888
* - Direction
89-
- Symbol
89+
- Icon
9090
- Definition
9191
* - Supports
9292
- |attribute-supports|
@@ -102,7 +102,7 @@ Evidence Direction interpretation differs slightly depending on the Evidence Typ
102102
:class: cvc-icon-table
103103

104104
* - Direction
105-
- Symbol
105+
- Icon
106106
- Definition
107107
* - Supports
108108
- |attribute-supports|

docs/model/evidence/origin.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ Population frequencies should be based on current population databases (e.g., gn
2828
:class: cvc-icon-table
2929

3030
* - Origin
31-
- Symbol
31+
- Icon
3232
- Description
3333
* - Somatic
3434
- |attribute-somatic|
35-
- Highest priority variants in CIViC. May include presumed somatic variants largely driven by the usage in the original publication but should be approached with caution in instances of tumor-only analysis. Includes fusions.
35+
- Variant is a mutation, found only in tumor cells, having arisen in a specific tissue (non-germ cell), and is not expected to be inherited or passed to offspring.
3636
* - Rare Germline
3737
- |attribute-raregermline|
38-
- Consist of heritable rare variants. Generally, <1% of the population relevant to the publication being cited.
38+
- Variant is found in every cell (not restricted to tumor/diseased cells) and is thought to exist in less than 1% of the population relevant to this evidence item.
3939
* - Common Germline
4040
- |attribute-commongermline|
41-
- Defined as variants with >1% allele frequency in the population relevant to the publication where the evidence is derived. Are welcome in CIViC, however, generally considered low priority for curation efforts.
41+
- Variant is found in every cell (not restricted to tumor/diseased cells) and is thought to exist in at least 1% of the population relevant to this evidence item.
4242
* - Combined
4343
- |attribute-combined|
44-
- Variants in the corresponding Complex Molecular Profile have heterogeneous/multiple origins.
44+
- Variants in the corresponding Complex Molecular Profile have heterogeneous origins.
4545
* - Unknown
4646
- |attribute-unknown|
47-
- May be used in instances where the publication is ambiguous about the origin of the variant although ordinarily an origin would be known (e.g., tumor-only analysis, analyses including both germline and somatic variants).
47+
- The variant origin is uncertain based on the available evidence.
4848
* - N/A
4949
- |attribute-na|
50-
- For variants such as 'Expression' where a germline or somatic origin is not applicable.
50+
- The variant type (e.g., expression) is not compatible (or easily classified) with the CIViC concept of variant origin.
5151

5252
.. rubric:: Examples
5353
.. list-table::

docs/model/evidence/significance.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The available options for Significance depend on the Evidence Type selected for
1717
:class: cvc-icon-table
1818

1919
* - Significance
20-
- Symbol
20+
- Icon
2121
- Definition
2222
* - Sensitivity/Response
2323
- |attribute-sensitivityresponse|
@@ -42,7 +42,7 @@ The available options for Significance depend on the Evidence Type selected for
4242
:class: cvc-icon-table
4343

4444
* - Significance
45-
- Symbol
45+
- Icon
4646
- Definition
4747
* - Positive
4848
- |attribute-positive|
@@ -58,7 +58,7 @@ The available options for Significance depend on the Evidence Type selected for
5858
:class: cvc-icon-table
5959

6060
* - Significance
61-
- Symbol
61+
- Icon
6262
- Definition
6363
* - Better Outcome
6464
- |attribute-betteroutcome|
@@ -77,7 +77,7 @@ The available options for Significance depend on the Evidence Type selected for
7777
:class: cvc-icon-table
7878

7979
* - Significance
80-
- Symbol
80+
- Icon
8181
- Definition
8282
* - Predisposition
8383
- |attribute-predisposition|
@@ -93,7 +93,7 @@ The available options for Significance depend on the Evidence Type selected for
9393
:class: cvc-icon-table
9494

9595
* - Significance
96-
- Symbol
96+
- Icon
9797
- Definition
9898
* - Gain of Function
9999
- |attribute-gainoffunction|
@@ -121,7 +121,7 @@ The available options for Significance depend on the Evidence Type selected for
121121
:class: cvc-icon-table
122122

123123
* - Significance
124-
- Symbol
124+
- Icon
125125
- Definition
126126
* - Oncogenicity
127127
- |attribute-oncogenicity|

docs/model/evidence/type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Six Evidence Types are currently supported: Predictive (i.e. Therapeutic), Diagn
1717
:class: cvc-icon-table
1818

1919
* - Type
20-
- Symbol
20+
- Icon
2121
- Definition
2222
* - Diagnostic
2323
- |attribute-diagnostic|

0 commit comments

Comments
 (0)