View source: R/getActiveDSEA.R
getActiveDSEA | R Documentation |
Create the drug set enrichment object that is used in the visualization
getActiveDSEA(mDrugEnrich, DrugsAnnot, mFC, contr = NULL)
mDrugEnrich |
a large matrix represents the gene expression fold change in the presence of different perturbations, either various drugs concentrations or other genetic engineering |
DrugsAnnot |
is matrix represents the drugs annotation that contains the targets, mechanism of action , clinical phase, disease area, and indication |
mFC |
A matrix of differential gene expression fold-change of own experiment, the rows name of the matrix must be the genes names |
contr |
is a character string represent the two compared conditions(contrast) as it is provided from the fold-change matrix |
drug set enrichment object
# from the data-sets provided as examples within the package load the .rda files # DrugsAnnot, mDrugEnrich, mFC dsea <- getActiveDSEA(mDrugEnrich, DrugsAnnot, mFC, contr = colnames(mFC)[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.