plotGeneEffectVsExpression | R Documentation |
Plot gene effect vs. expression
plotGeneEffectVsExpression(effect, expression, ...)
## S4 method for signature 'GeneEffect,CCLEExpressionData'
plotGeneEffectVsExpression(
effect,
expression,
gene,
subtype = NULL,
subtypeCol = "subtype",
label = !is.null(FALSE)
)
effect |
|
expression |
|
... |
Additional arguments. |
gene |
|
subtype |
|
subtypeCol |
|
label |
|
Updated 2021-07-15.
data(crispr)
effect <- crispr
expression <- CCLEExpressionData()
## GeneEffect,CCLEExpressionData ====
gene <- rownames(effect)[[1L]]
plotGeneEffectVsExpression(
effect = effect,
expression = expression,
gene = gene
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.