View source: R/wTO.rep_measure.R
wTO.rep_measure | R Documentation |
Compute the wTO for a repeated measures expermiment and also the bootstraps. Proposed at arXiv:1711.04702. This is a quicker version of the wTO.Complete. It doesn'T contain diagnose plots nor a parallel version.
wTO.rep_measure( Data, Overlap = row.names(Data), ID, sign = "sign", delta = 0.2, n = 10 )
Data |
data.frame containing the count / expression data for the correlation. |
Overlap |
Set of nodes of interest, where the Overlapping weights will be computed. |
ID |
a vector with the individuals identification |
sign |
Should the wTO be signed? |
delta |
expected difference between the real wTO and the bootstraped. |
n |
Number of resamplings, used to compute the empirical distribuitions of the links. Default is set to 100. |
Deisy Morselli Gysi <deisy at bioinf.uni-leipzig.de>
#wTO.rep_measure(Data = Microarray_Expression1, ID = rep(c(1:9),2), #Overlap = ExampleGRF$x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.