TimeMin | R Documentation |
This function is to identify which time points
mapped to 0 and 1 based on the estimated correlations
of observations between all pairs of time points.
The correlation parameters are estimateed by fitting
voomgls_Symm
to the voom
transformed data.
TimeMin(v, Subject, Time, ncores)
v |
output of |
Subject |
a vector of subjects or experimental units. |
Time |
a vector of time points. |
ncores |
number of cores for embarrassingly parallel procedure. Default
value of |
a vector of 2 components correspinding to the two time points that are mapping to 0, 1, respectively.
data(res)
data(covset)
v <- res$ori.res$v
v$E <- v$E[1:2,]
v$weights <- v$weights[1:2,]
Subject <- covset$ear
Time <- covset$time
ncores <- 1
TimeMinout <- rmRNAseq:::TimeMin(v, Subject, Time, ncores)
TimeMinout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.