Description Usage Arguments Value References Examples
View source: R/omicslondaVisualization.R
Visualize significant time interval
1 2 3 |
omicslonda_object |
The returned object from omicslonda analysis |
fit.method |
Fitting method (ssgaussian) |
text |
Feature name |
unit |
time unit used in the Time vector (hours, days, weeks, months, etc.) |
ylabel |
text to be shown on the y-axis of all generated figures (default: "Normalized Count") |
col |
two color to be used for the two groups (eg., c("red", "blue")). |
prefix |
prefix to be used to create directory for the analysis results |
null
Ahmed Metwally (ametwall@stanford.edu)
1 2 3 4 5 6 7 | library(SummarizedExperiment)
data(omicslonda_data_example)
visualizeArea(omicslonda_object = omicslonda_data_example$omicslonda_results,
fit.method = "ssgaussian",
text = "Feature_1", unit = "days",
ylabel = "Normalized Count", col =
c("blue", "firebrick"), prefix = tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.