plotStateExpression {CellTrails} | R Documentation |
Violin plots showing the expression distribution of a feature per state.
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
ggplot
states
# Example data data(exSCE) plotStateExpression(exSCE, feature_name="feature_1")