Description Usage Arguments Value Author(s) Examples
View source: R/generateGeneDashboard.R
This function creates an HTML file with the plots using the NCI60 and DepMap data explaining the effects of the input genes and drugs targetting them.
1 2 3 4 5 6 7 | getGeneEffectsDashboard(
gene = NULL,
noOfCores = NULL,
outputFilePath = getwd(),
outputFileName = "KnowYourTarget.html",
dashboardTitle = "Know Your Target"
)
|
gene |
A gene to check the effect |
noOfCores |
No of cores used to run process the NCI60 data |
outputFilePath |
Output path of the dashboard |
outputFileName |
File name of the dashboard |
dashboardTitle |
Title of the dashboard |
No return value, the dashboard html file is created in the given output folder
Ashish Jain
1 | getGeneEffectsDashboard(gene="CHEK1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.