Skip to content
Discussion options

You must be logged in to vote

Hi @DanielBarachoFontes Yes, this is possible. You can add a LOCAL frequency data source. e.g.

frequencySources: [
    LOCAL,
    UK10K,
# and the rest...
]

Then in your application.properties file edit and uncomment this line, ensuring you have provided the correct genome assembly (i.e. make sure you use hg19 for GRCh37 or hg38 for GRCh38):

# local frequencies are required to be normalised in the same manner as the input VCF and frequency values must be percentages.
#exomiser.hg19.local-frequency-path=${exomiser.data-directory}/local/local_frequency_test_hg19.tsv.gz

You will probably need to post-process the file to fit this file format:

https://github.com/exomiser/Exomiser/blob/master/…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DanielBarachoFontes
Comment options

Answer selected by DanielBarachoFontes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants