Skip to content

Commit

Permalink
Merge pull request #20 from mobidic/1.1.5
Browse files Browse the repository at this point in the history
1.1.5
  • Loading branch information
thomasguignard authored May 3, 2024
2 parents bf082a1 + 4724fc3 commit d31d918
Show file tree
Hide file tree
Showing 8 changed files with 34,051 additions and 22 deletions.
Binary file modified README.knotAnnotSV_latest.pdf
Binary file not shown.
16 changes: 8 additions & 8 deletions config_AnnotSV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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. #
# #
Expand Down Expand Up @@ -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
Expand Down
1,859 changes: 1,859 additions & 0 deletions example/AnnotSV_3.4.tsv

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions example/README
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



Loading

0 comments on commit d31d918

Please sign in to comment.