mutalyzer / mutalyzer2

HGVS variant nomenclature checker
https://mutalyzer.nl
Other
98 stars 23 forks source link

The wiki page is not available #477

Closed HEKntg closed 5 years ago

mihailefter commented 5 years ago

Thanks for the notification. Could you please be more specific, i.e., what page was not available and when?

HEKntg commented 5 years ago

I found documents at https://mutalyzer.readthedocs.io/en/latest/ finally... Thanks for replying. I have another question: Can I use name-checker tool via the Web Services ? Just like: https://mutalyzer.nl/json/name-checker?description=XXXXX seems not working...

jfjlaros commented 5 years ago

You might want to check out the API documentation, the runMutalyzer or runMutalyzerLight function is probably what you are looking for.

For example:

https://mutalyzer.nl/json/runMutalyzerLight?variant=NC_000011.9:g.111959695G>T

I hope this helps.

jfjlaros commented 5 years ago

By the way, the documentation you found is for installing a Mutalyzer server locally. User documentation can be found here (via the menu help-documentation on the main site).

HEKntg commented 5 years ago

Thank you so much!