SV inspector view
TL;DR: The SV inspector is a combined variant table and whole-genome circular view for triaging structural variant calls. For an end-to-end walkthrough on real cancer sequencing data, see the C-GIAB tutorial.
Launch it from the Add menu in the main menu bar; an import form then asks for your SV data.
The following formats are supported:
- VCF or VCF.gz (plain text or (b)gzipped)
- BED, BEDPE
- STAR-fusion result file
The import form cannot infer STAR-Fusion from a .tsv extension, so that one
needs its File Type set by hand; Gene fusion calls and the DNA behind them walks a
caller's output through the inspector and out to the reads behind each call.
Record types and compatible callers
The SV inspector is best for long-range SV records: VCF entries with
SVTYPE=BND (breakends; the VCF-spec way to encode translocations) or the
caller-specific SVTYPE=TRA used by some tools.
Single-locus deletions and duplications load into the table like anything else, but the circular overview cannot draw them: a chord runs between a record's two ends, and at whole-genome scale a deletion's two ends are the same point. The legend below the circle is what says so — it counts every class in the rows on screen, including the ones with no chord to draw, so a mostly-local callset reads as such.
Compatible variant callers include:
- Short-read - Manta, Delly, Lumpy
- Long-read - pbsv, Sniffles
Example workflow
As an example, load this VCF of translocation events called from the SKBR3 breast cancer cell line (published data). Paste the URL into the import form and select hg19:
SV inspector results
The loaded file appears as a searchable table, one variant per row, alongside a whole-genome circular overview.
Table filters are reflected in the circular view.
Launching breakpoint split view
Click a feature in the circular view, or the triangle dropdown on any table row, to open the breakpoint split view for that variant: two stacked linear genome views, each centered on one breakpoint. It opens empty; add alignment tracks to both via their track selectors, and the arcs and splines connecting supporting reads appear automatically.