README.md

KnowYourTarget

Create an HTML Dashboard to know more about effects and drugs targeting a gene using NCI60 and DepMap data

Requirement

You need R version above 4.0.0 to run this application. Other dependencies are:

How to install the R package

From Github Install Dependencies install.packages(c("dplyr","knitr","ggplot2","tidyr","foreach","doParallel","plotly","DT","stringr","rmarkdown","i2dash")) install.packages("BiocManager") BiocManager::install(c("rcellminerData","rcellminer","depmap","ExperimentHub","AnnotationHub")) Now install the devtools package install.packages("devtools") library(devtools) Run command install_github("ashishjain1988/KnowYourTarget")

More about the package library(KnowYourTarget)

Create a dashboard for a gene using NCI60 and DepMap data

getGeneEffectsDashboard(gene="CHEK1",outputFilePath=".",outputFileName="CHEK1-KnowYourTarget.html")



ashishjain1988/KnowYourTarget documentation built on Dec. 19, 2021, 5:35 a.m.