Description Usage Arguments Value Examples
View source: R/getDrugGeneData.R
This function returns a heat map that shows how a drug changes the expression of a set of genes, as determined by molecular profiles in the pharmacoSet supplied.
1 | getDrugGeneData(drugPert, pharmSet, mDataType, drugName, genesOfInt)
|
drugPert |
the drug perturbation signature of interest |
pharmSet |
the pharmacoSet used to generate the drug perturbation signature |
mDataType |
the type of molecular data to obtain from the PharmacoSet (see PharmacoGx::molecularProfiles) |
drugName |
the name of the drug one would like to inspect for its effect on the supplied genes |
genesOfInt |
a character vector containing the names of the genes one would like to observe the drugs effect on |
a list containing 1. beforeDrugMat which is a matrix containing the expression levels for the genes before the drug was applied. 2. afterDrugMat which is a matrix containing the expression levels for the genes before the drug was applied. 3. geneChangePlot, which is a levelplot object showing the change in expression for the genes due to the drugs
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.