Description Usage Arguments Value Examples
Fits a spline to a given gene in a given dataset. Finds the turning points. Plots the turning points and spline.
1 | TurningPlot(genename, dataset, timelag = 0, print = TRUE, save = FALSE)
|
genename |
The name of a gene intended for plotting. Must be a string. |
dataset |
A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels. |
timelag |
Lags the time. Usually desired if wanting to start from t = 0. Defaults to 0. |
print |
Logical. If TRUE renders plot in the plot viewer. Defaults to TRUE |
save |
Logical. If TRUE, saves plot to working directory. Defaults to FALSE. |
Prints or saves ggplot2 object(s)
1 | TurningPlot('comp100000_c0_seq2',Laurasmappings)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.