Description Usage Arguments Value Examples
View source: R/simple_plot_functions.R
Plots two genes from a gene activity dataset
1 |
gene1 |
The name of the first gene to be plotted. Must be a string. |
gene2 |
The name of the second gene to be plotted. Must be a string. |
dataset |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
save |
Logical. If TRUE, saves plots to working directory. Defaults to FALSE. |
points |
Logical. If FALSE then each observation will not be plotted as points. |
Returns or saves a ggplot2 object.
1 | CompPlot('comp100000_c0_seq3', 'comp100002_c0_seq2', Laurasmappings)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.