Analyze Association between Gene (Signature) and Drug Response with CCLE Data
Source:R/analyze_gene_drug_response.R
analyze_gene_drug_response_asso.Rd
Analyze partial correlation of gene-drug association after controlling for tissue average expression.
Value
a data.frame
If
combine
isTRUE
, genes are combined assignature
.mean.diff
andmedian.diff
indicate mean and median of normalized expression difference between High IC50 cells and Low IC50 cells. The cutoff between High and Low are median IC50.
Examples
if (FALSE) { # \dontrun{
analyze_gene_drug_response_asso("TP53")
analyze_gene_drug_response_asso(c("TP53", "KRAS"))
analyze_gene_drug_response_asso(c("TP53", "KRAS"), combine = TRUE)
# Visualization
vis_gene_drug_response_asso("TP53")
} # }