Taykhoom commited on
Commit
2bd565b
·
verified ·
1 Parent(s): 0a3e328

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ Description of data columns:
27
  - `target`: Whether the specified sequence contains a pathogenic mutation.
28
  - `cds`: Binary track which reports position of first nucleotide in each codon in CDS.
29
  - `splice`: Binary track which reports position of the 3' end of each exon, indicating splice sites.
30
- - `description`: Description of the sequence, either in the format `variant_type,chr{chr}:{position} {ref_base}:{alt_base},[optional impact]` (with an optional description of the impact of the variant) or `variant_type,wild-type` for the unmodified sequence. `variant_type` is either benign or pathogenic.
31
 
32
  Note: The position of the variant is 1-indexed (ClinVar notation) and refers to the position of the variant on the positive strand.
33
 
 
27
  - `target`: Whether the specified sequence contains a pathogenic mutation.
28
  - `cds`: Binary track which reports position of first nucleotide in each codon in CDS.
29
  - `splice`: Binary track which reports position of the 3' end of each exon, indicating splice sites.
30
+ - `description`: Description of the sequence, either in the format `chr{chr}:{position} {ref_base}:{alt_base}[,optional variant impact]` or `wild-type` for the unmodified sequence.
31
 
32
  Note: The position of the variant is 1-indexed (ClinVar notation) and refers to the position of the variant on the positive strand.
33