Description Usage Arguments Value Examples
Draws a point plot of the relationship between S and E.
1 | SEplot(.x, point_size = 1, geom_line = T, p.adj = T, cutoff = 0.05)
|
.x |
A tibble object returned from the SE_fun or entropy_fit function. |
point_size |
Point size for geom_point. |
geom_line |
Logical, whether to show the expected expression entropy. |
p.adj |
Logical, whether to highlight significantly varied genes. |
cutoff |
The threshold (adjusted P value) for identifying significantly varied genes. |
A ggplot object
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.