mpc-bioinformatics / ProtGraph

ProtGraph - A Graph-Generator for Proteins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only apply variants which are significant (or unknown or other)

Luxxii opened this issue · comments

If looking at the Feature Viewer in UniProt for a single protein, options occur where it can be selected between "Likely Disease", "Predicted Consequences", etc..

These Information is parsed from UniProt via the note= - Information.

If we want to apply only significant (or other interesting variants on a protein) we should also implement such a filtering.

As a general consensus: Everything that uses a: in XXX is a variant which causes likely the disease XXX.

Everything that contains Unknown or something similar is then categorized specifically.

Maybe we should send a Message to the UniProt-Team how they bin those Variants (do they have some specific keywords)

Related to #35