Description Usage Arguments Value Examples
View source: R/ggplot2_dotplot.R
Title
1 | ggplot2_dotplot(data, genes, expGroups, samples, title)
|
data |
(compulsory) matrix: each column is a sample. Row names should be gene names. |
genes |
(compulsory) vector of gene names that you want to create dot plots for. They should be found in data's row names. |
expGroups |
(optional) vector containing the name of the experimental expGroups (same order as in the columns of data). no default |
samples |
(optional) vector containing the sample names. Default: column names of data. |
title |
(optional) main title of the plot and the name of the file. Default: time stamp. |
a PDF file
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.