-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from mobidic/1.1.5
1.1.5
- Loading branch information
Showing
8 changed files
with
34,051 additions
and
22 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
# knotAnnotSV: Creation of a customizable html file to visualize, filter # | ||
# and analyze an AnnotSV output # | ||
# # | ||
# Author: Thomas Guignard 2020-2024 # | ||
# Author: Thomas Guignard 2020-present # | ||
# # | ||
# Copyright (C) 2020-2024 Thomas Guignard ([email protected]) # | ||
# Copyright (C) 2020-present Thomas Guignard ([email protected]) # | ||
# # | ||
# This is part of knotAnnotSV source code. # | ||
# # | ||
|
@@ -119,12 +119,12 @@ Exomiser_gene_pheno_score: | |
PhenoGenius_specificity: | ||
POSITION: 9 | ||
RENAME: "PhenoGenius specificity" | ||
HEADERTIPS: "Phenotype specificity into one of A, B, C, D or “”:<br> | ||
A - the reported phenotype is highly specific and relatively unique to the gene (top 40, 50% of diagnosis in PhenoGenius cohort).<br> | ||
B - the reported phenotype is consistent with the gene, is highly specific, but not necessarily unique to the gene (top 250, 75% of diagnosis in PhenoGenius cohort).<br> | ||
C - the phenotype is reported with limited association with the gene, not highly specific and/or with high genetic heterogeneity.<br> | ||
D - the reported phenotype is NOT consistent with what is expected for the gene/genomic region or not consistent in general.<br> | ||
“”- NO reported phenotype" | ||
HEADERTIPS: "Phenotype specificity into one of A, B, C, D or . :<br> | ||
A - Highly specific and relatively unique to the gene<br> | ||
B - Consistent with the gene, highly specific, but not necessarily unique to the gene<br> | ||
C - Limited association with the gene, not highly specific and/or with high genetic heterogeneity<br> | ||
D - Not consistent with what is expected for the gene/genomic region or not consistent in general<br> | ||
. - No reported phenotype" | ||
COMMENTLIST: | ||
- PhenoGenius_phenotype | ||
- PhenoGenius_score | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
# Run with AnnotSV 3.4 | ||
|
||
perl ../knotAnnotSV.pl --annotSVfile ./AnnotSV_3.4.tsv --configFile ../config_AnnotSV.yaml --outPrefix knot_example | ||
|
||
perl ../knotAnnotSV2XL.pl --annotSVfile ./AnnotSV_3.4.tsv --configFile ../config_AnnotSV.yaml --outPrefix knot_example | ||
|
||
|
||
|
Oops, something went wrong.