Description Usage Arguments Details Value Author(s) See Also Examples
Function visualises time dependent behaviour of genes in two compared groups. The natural cubic spline regression curves fitted to discrete, time dependent expression data are plotted. One plot shows two curves - representing the reference group and the compared group, respectively. See also splineDiffExprs
function.
1 | splinePlot(eSetObject, df, reference, toPlot="all")
|
eSetObject |
|
df |
number of degrees of freedom |
reference |
character defining which treatment group should be considered as reference |
toPlot |
vector of genes to plot; defalut is |
The input eSetObject
must be provided as an object of class ExpressionSet
which contains SampleName
, Time
, Treatment
and if applicable Replicates
variables (columns) included in the phenotypic data of the eSetObject
(pData(eSetObject)
). Two types of Treatment
defining two groups to compare have to be definied.
Replicates are not required. The time points for compared treatment groups should be identical.
User has to define number of degrees of freedom (df
) for the spline regression model. Choosing effective degrees of freedom in range 3-5 is reasonable.
Genes to plot, given as a vector of characters, can be selected by the user. Provided names have to be a part of a row name vector of eSetObject
(rownames(exprs(eSetObject))
). If genes to plot are not definied, all genes are plotted.
A .pdf file containing plots for chosen genes.
Agata Michna
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.