getGeneEffectsDashboard: Function to get the effects of target genes

Description Usage Arguments Value Author(s) Examples

View source: R/generateGeneDashboard.R

Description

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.

Usage

1
2
3
4
5
6
7
getGeneEffectsDashboard(
  gene = NULL,
  noOfCores = NULL,
  outputFilePath = getwd(),
  outputFileName = "KnowYourTarget.html",
  dashboardTitle = "Know Your Target"
)

Arguments

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

Value

No return value, the dashboard html file is created in the given output folder

Author(s)

Ashish Jain

Examples

1

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