timeAlign | R Documentation |
Align multiple time series to the average seris
timeAlign(object, iterMax = 5, seed = 123, null.frac = 0.75, anchor = NULL, rerun = FALSE, plot = FALSE) ## S4 method for signature 'Rnits' timeAlign(object, iterMax = 5, seed = 123, null.frac = 0.75, anchor = NULL, rerun = FALSE, plot = FALSE)
object |
|
iterMax |
Maximum iterations to be performed |
seed |
Random seed |
null.frac |
Fraction of genes that are considered as null |
anchor |
Sample to be considerded as base for aligning time series. If not provided, the average is used |
rerun |
If |
plot |
If |
# load pre-compiled expressionSet object for Ronen and Botstein yeast chemostat data data(yeastchemostat) rnitsobj = build.Rnits(yeastchemostat, logscale = TRUE, normmethod = 'Between') # Do curve-registration on data rnitsobj <- timeAlign(rnitsobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.