Replies: 2 comments 3 replies
-
To clarify, are you asking how to update an open source deployment of seqr to support additional annotations, or are you asking to update the core seqr code base? |
Beta Was this translation helpful? Give feedback.
1 reply
-
seqr does not support installation-specific data, nor do we intend to. If you want to add additional annotations to seqr in your own installation, you need to update the seqr codebases in a several places:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do we specify new/additional annotations on which we can filter and then view the value in the variant search result interface?
Some annotations we need to load/use will be values embedded in a tag in the INFO field of a sites-only VCF (example use cases include frequency from our internal control database, beta versions of CADD or other pathogenicity predictors) and others are in a BED file with the last column containing the annotation/label (e.g. a BED file containing tissue-specific enhancers or a file flagging all "OMIM genes")
Beta Was this translation helpful? Give feedback.
All reactions