Description Usage Arguments Value See Also
View source: R/fusionExpressionPlot.R
This generates one fusion expression plot file showing the expression of one
gene and associated (possibly multiple, possibly none) fusion points to
non-gene regions For plotting two genes, see
plotFusionExpressionPair
. Essentially a wrapper around two
low-level functions: getFusionExpressionPlotData
which
generates the plotting data given expression and fusion information, and
plotFusionExpressionPlotData
which handles the actual plot
file creation.
1 | plotFusionExpressionOne(geneName1, fusions1, sample, cohortExpressionDF)
|
geneName1 |
The name of the gene being plotted. |
fusions1 |
A vector of genomic fusion ends within the |
sample |
The sample name, for the plot and for lookup of expression in
the |
cohortExpressionDF |
Provides the gene models for the specified gene and
the normalized expression for the specified sample. See
|
Nothing
normExpressionData
,
plotFusionExpressionPlotData
,
getFusionExpressionPlotData
,
getCohortExonExpressionData
plotFusionExpressionPair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.