Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 391 Bytes

File metadata and controls

15 lines (9 loc) · 391 Bytes

A Python Wrapper for DoCM API

The Database of Curated Mutations from WashU (DOCM) provides a REST API for accessing common mutation is cancer:

http://docm.genome.wustl.edu/api

This project provides a python wrapper for this API.

Methods

There are two methods in the class Variants:

  • variant_detail
  • variant_list

These are basic wrappers of the two endpoints offered by the API