Skip to content

Commit

Permalink
final a11y issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Nov 23, 2023
1 parent c54af07 commit 1f3e244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/visualisation/tutorials/circos/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ The first data track we will configure, will be the structural variants (SVs) us
SVs are usually described in terms of the SV **breakpoints** (or **junctions**); sets of genomic locations which are separated by a large distance on the reference genome, but have become adjacent in the sample through the occurrence of structural variants. Unfortunately, there is no standard file format for SV data, with different SV callers outputting different formats. Therefore, our first step will be to transform our input dataset to the Circos format for link tracks.
**SV File Format:**
### SV File Format
```
#ASSEMBLY_ID GS000008107-ASM
Expand All @@ -402,7 +402,7 @@ SVs are usually described in terms of the SV **breakpoints** (or **junctions**);
```
**Circos Input Format:**
### Circos Input Format
```
chromosome - start - end - chromosome - start - end
Expand Down

0 comments on commit 1f3e244

Please sign in to comment.