draw.expression.dotplot | R Documentation |
Draw expression by dotplot Need to be update
draw.expression.dotplot(
df,
group,
nrow = 4,
stat.method = "wilcox.test",
show.stat.p = TRUE,
rotate.x = 0,
ylab = "Expression",
ylim = NULL,
alternative = "two.sided"
)
df |
Row is gene, col is sample |
nrow |
of row to plot expression |
stat.method |
wilcox.test or t.test |
rotate.x |
Default 0. numeric value specifying the rotation angle. 90 for vertical x-axis text. |
ylim |
Default NA. User can specify. |
alternative |
c("two.sided", "less", "greater") |
loonR::draw.expression.dotplot(candidate.combined.df, group )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.