Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More generic information extraction in svdb query #10

Open
henrikstranneheim opened this issue May 12, 2017 · 1 comment
Open

More generic information extraction in svdb query #10

henrikstranneheim opened this issue May 12, 2017 · 1 comment

Comments

@henrikstranneheim
Copy link

For instance:

svdb query -name decipher_ -info OCCURENCES,FREQUENCY

would yield decipher_OCCURENCES=X & decipher_FREQUENCY=Y in the INFO field.

These are to specific:
--hit_tag HIT_TAG the tag used to describe the number of hits within the
info field of the output vcf(default=OCC)
--frequency_tag FREQUENCY_TAG
the tag used to describe the frequency of the
variant(defualt=FRQ)

and does not match for instance
CLASS=Benign from the benign db

It would also enable to extract any number of INFO fields from the same database and make them unique in the output vcf.

And you can also merge the clingen_cgh_benign and clingen_cgh_pathogenic db into one and record the status in CLASS

@J35P312
Copy link
Owner

J35P312 commented May 12, 2017

Thanks, I'll work on that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants