updated_docs_for_reg_gff - #985
Open
jamie-m-a wants to merge 3 commits into
Open
Conversation
nakib103
requested changes
Aug 27, 2026
|
|
||
| <pre class="code sh_sh">./vep -i input.vcf --cache --regulatory_gff file=regulatory_features.gff3.gz,motifs=motif_features.gff3.gz,emars=EMARs.gff.gz</pre> | ||
|
|
||
| <p> <b>file=</b> is required; the rest are optional and independent. As with transcript <a href="#gff">GFF/GTF files</a>, each file must be sorted in chromosomal order, bgzipped and indexed with tabix. The files published by Ensembl are already bgzipped, so if no index is supplied alongside one, it is enough to create it: </p> |
Contributor
There was a problem hiding this comment.
needs to change. not a requirement.
| epigenetically modified accessible region GFF3). | ||
| <br /><br /> | ||
| Features from <b>file</b> and <b>emars</b> have a Feature type of | ||
| RegulatoryFeature and the consequence regulatory_region_variant, with |
Contributor
There was a problem hiding this comment.
We may have other consequence too, like regulatory_region_amplification ?
Contributor
Author
There was a problem hiding this comment.
I won't make the list exhaustive I'll make it clear that this is an example for short variants.
|
|
||
| <p> The feature type — <b>promoter</b>, <b>enhancer</b>, <b>CTCF_binding_site</b>, <b>open_chromatin_region</b> and so on — is reported under BIOTYPE. Every type yields the <b>regulatory_region_variant</b> consequence, with BIOTYPE distinguishing it, matching the behaviour of a cache or database regulatory source. Any feature type Ensembl VEP does not recognise is skipped with a warning. </p> | ||
|
|
||
| <p> <b>emars=</b> reads a second regulatory-feature file (of type EMAR) as an additional source. EMARs are broad container regions that overlap many regulatory features, so enabling them typically adds a second annotation line to variants that already overlap a promoter, enhancer or CTCF binding site. Note that the funcgen database source excludes EMARs, so this is a deliberate addition rather than a match of database behaviour. </p> |
Contributor
There was a problem hiding this comment.
Suggested change
| <p> <b>emars=</b> reads a second regulatory-feature file (of type EMAR) as an additional source. EMARs are broad container regions that overlap many regulatory features, so enabling them typically adds a second annotation line to variants that already overlap a promoter, enhancer or CTCF binding site. Note that the funcgen database source excludes EMARs, so this is a deliberate addition rather than a match of database behaviour. </p> | |
| <p> <b>emars=</b> reads a second regulatory-feature file (of type EMAR) as an additional source. EMARs are broad container regions that overlap many regulatory features, so enabling them typically adds a second annotation line to variants that already overlap a promoter, enhancer or CTCF binding site. Note that the funcgen database source excludes EMARs, so this is an additional feature in GFF and not available via database. </p> |
|
|
||
| <h3 id="reg_gff_features">Regulatory features (file=, emars=)</h3> | ||
|
|
||
| <p> The feature type — <b>promoter</b>, <b>enhancer</b>, <b>CTCF_binding_site</b>, <b>open_chromatin_region</b> and so on — is reported under BIOTYPE. Every type yields the <b>regulatory_region_variant</b> consequence, with BIOTYPE distinguishing it, matching the behaviour of a cache or database regulatory source. Any feature type Ensembl VEP does not recognise is skipped with a warning. </p> |
Contributor
There was a problem hiding this comment.
same, other consequence type?
Co-authored-by: Syed Nakib Hossain <snhossain@ebi.ac.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating the docs in line with the PR to add regulatory CSQ calcs from GFF - see here for more details: Ensembl/ensembl-vep#2042
DO NOT MERGE UNTIL VEP PR IS IN