majority of users. GENCODE Basic includes all genes in the
GENCODE gene set, with a representative subset of the
transcripts (splice variants).
+
GENCODE Primary is a new transcript subset which covers
+ all human exons in a minimal set of transcripts.
+ This aims to enable annotation of all potential variant
+ consequences without duplication across multiple transcripts
+
You can also select to use RefSeq transcripts from the otherfeatures
database; note though that these transcripts are simply
diff --git a/docs/htdocs/info/docs/tools/vep/script/vep_options.html b/docs/htdocs/info/docs/tools/vep/script/vep_options.html
index 055ad3f74..a18582a42 100644
--- a/docs/htdocs/info/docs/tools/vep/script/vep_options.html
+++ b/docs/htdocs/info/docs/tools/vep/script/vep_options.html
@@ -1701,6 +1701,18 @@
+ Limit your analysis to transcripts belonging to the GENCODE
+ Primary set. This set covers all human exons in a minimal set of transcripts Not used by default
+
BIOTYPE - Biotype of transcript or regulatory feature
APPRIS - Annotates alternatively spliced transcripts as primary or alternate based on a range of computational methods. NB: not available for GRCh37
TSL - Transcript support level. NB: not available for GRCh37
+
GENCODE_PRIMARY - Reports if transcript belongs to GENCODE Primary subset
PUBMED - Pubmed ID(s) of publications that cite existing variant
SOMATIC - Somatic status of existing variant(s); multiple values correspond to multiple values in the Existing_variation field
PHENO - Indicates if existing variant is associated with a phenotype, disease or trait; multiple values correspond to multiple values in the Existing_variation field
Limit your analysis to transcripts belonging to the GENCODE
- primary set. This set covers all human exons in a minimal set of transcripts Not used by default
+ primary set. This set covers all human exons in a minimal set of transcripts. Not used by default
- Flags transcripts as GENCODE primary using a boolean value Not used by default
+ Flags transcripts as GENCODE primary using a boolean value. Not used by default
From 3ecc21202abeaf737d76979baf49c166765e6254 Mon Sep 17 00:00:00 2001
From: Likhitha Surapaneni
<10923198+likhitha-surapaneni@users.noreply.github.com>
Date: Tue, 6 Aug 2024 15:57:12 +0100
Subject: [PATCH 6/6] Added note that options work on human grch38 only
---
.../info/docs/tools/vep/script/vep_options.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/docs/htdocs/info/docs/tools/vep/script/vep_options.html b/docs/htdocs/info/docs/tools/vep/script/vep_options.html
index a0fb8ab6f..de5cc1369 100644
--- a/docs/htdocs/info/docs/tools/vep/script/vep_options.html
+++ b/docs/htdocs/info/docs/tools/vep/script/vep_options.html
@@ -1709,6 +1709,12 @@
Filtering and QC options
Limit your analysis to transcripts belonging to the GENCODE
primary set. This set covers all human exons in a minimal set of transcripts. Not used by default
+
+
Note
+
+ Only available for human on the GRCh38 assembly
+
+
@@ -2015,6 +2021,12 @@
Note
Flags transcripts as GENCODE primary using a boolean value. Not used by default
+
+
Note
+
+ Only available for human on the GRCh38 assembly
+