View source: R/Visualization_check.R
exprRidges | R Documentation |
Ridges plot of all samples
exprRidges(
expr,
group_list,
palette = RColorBrewer::brewer.pal(3, "Set2")[1:2],
main = "Density of gene expression",
filename = NA,
x = "Samples",
y = "log2(cpm(count)+1)",
height = 5,
width = 8.3
)
expr |
a expression matrix |
group_list |
a character vector order by samples |
palette |
group palette |
main |
plot title |
filename |
file name you want to save plot |
x |
x axis title |
y |
y axis title |
height |
height of plot |
width |
width of plot |
a Ridges plot or a file
exprRidges(expr,group_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.