Output Formats
The primary output of eris is a tabular TSV report detailing the evolutionary context of every assembled locus.
Represents a single structural variant or passenger gene record in the eris TSV report.
Attributes:
| Name | Type | Description |
|---|---|---|
locus_id |
str
|
Unique identifier for the assembled structural variant locus. |
target |
str
|
The mobile genetic element(s) or query sequences found in this locus. |
gene_id |
str
|
The identifier of the contextual passenger or flanking gene. |
context |
str
|
The spatial relationship (e.g., INSIDE, UPSTREAM) of the gene to the target. |
dist_bp |
int
|
Distance in base pairs between the gene and the target element. |
topo_hops |
int
|
Number of graph nodes traversed to find this gene (0 if on the same contig). |
orientation |
str
|
Strand orientation of the gene relative to the target (same or opposite). |
effect |
str
|
Biological impact of the insertion on the gene (e.g., TRUNCATED, NONE). |
fractional_depth |
float
|
The relative read depth of the variant path compared to the source contig, indicating sub-clonal abundance. |