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

remove gene reference from CNV descriptions #599

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion schema/vrs/def/CopyNumberChange.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Computational Definition**

An assessment of the copy number of a :ref:`Location` or a :ref:`Gene` within a system (e.g. genome, cell, etc.) relative to a baseline ploidy.
An assessment of the copy number of a :ref:`Location` within a system (e.g. genome, cell, etc.) relative to a baseline ploidy.

**GA4GH Digest**

Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/def/CopyNumberCount.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Computational Definition**

The absolute count of discrete copies of a :ref:`Location` or :ref:`Gene`, within a system (e.g. genome, cell, etc.).
The absolute count of discrete copies of a :ref:`Location` within a system (e.g. genome, cell, etc.).

**GA4GH Digest**

Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/CopyNumberChange
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"prefix": "CX"
},
"description": "An assessment of the copy number of a Location or a Gene within a system (e.g. genome, cell, etc.) relative to a baseline ploidy.",
"description": "An assessment of the copy number of a Location within a system (e.g. genome, cell, etc.) relative to a baseline ploidy.",
"properties": {
"id": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/CopyNumberCount
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"prefix": "CN"
},
"description": "The absolute count of discrete copies of a Location or Gene, within a system (e.g. genome, cell, etc.).",
"description": "The absolute count of discrete copies of a Location within a system (e.g. genome, cell, etc.).",
"properties": {
"id": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/vrs-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ $defs:
inherits: CopyNumber
type: object
description: >-
The absolute count of discrete copies of a :ref:`Location` or :ref:`Gene`,
The absolute count of discrete copies of a :ref:`Location`
within a system (e.g. genome, cell, etc.).
properties:
type:
Expand All @@ -243,7 +243,7 @@ $defs:
inherits: CopyNumber
type: object
description: >-
An assessment of the copy number of a :ref:`Location` or a :ref:`Gene` within a system (e.g. genome, cell,
An assessment of the copy number of a :ref:`Location` within a system (e.g. genome, cell,
etc.) relative to a baseline ploidy.
properties:
type:
Expand Down
Loading