Description Usage Arguments Details Value Author(s) See Also Examples
Violin plots showing the expression distribution of a feature per state.
1 | plotStateExpression(sce, feature_name)
|
sce |
A |
feature_name |
The name of the feature to be visualized |
Each data point displays the feature’s expression value in a single sample. A violine plot shows the density (mirrored on the y-axis) of the expression distribution per sample.
A ggplot
object
Daniel C. Ellwanger
1 2 3 4 | # Example data
data(exSCE)
plotStateExpression(exSCE, feature_name="feature_1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.