Description Usage Arguments Value See Also Examples
plot_ExpSd
generates a scatter plot and fits with a smoothing line to data.
1 | plot_ExpSd(data, title, fitline = FALSE)
|
data |
A matrix, the normalized gene/microRNA expression dataset, should be a numeric matrix, with rows referring to genes/microRNAs and columns to samples. |
title |
The title of the figure. |
fitline |
Logical, TRUE to fit a smoothing line to the data. |
A scatter plot fitted with a smoothing curve.
loess
for locally weighted smoothing.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.