is a colab aimed at moving the needle on p1RCC (kidney cancer)
To get this codebase,
- install git (e.g. apt-get install git)
- git clone https://github.com/SVAI/KidneyBean.git
- Given a .vcf (difference between cancer and non-cancer genome)
- Find the class of genes most representative of the disease
- Select the drugs known to interact with those genes
- Determine reported adverse effects associated with those drugs
- Recommend drug research targets
Given a gene enrichment set over the variants called between a type 1 renal papilary carcinoma tumor, we extract drugs from gdidb.org which are known to interact with these genes. Furthermore, we extract risk profiles for the selected drugs from the FDA's adverse event reporting database. Sorting the dgi-suggested genes by these risk profiles, we suggest research candidates.