powered by
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.frame containing the count / expression data for the correlation.
Set of nodes of interest, where the Overlapping weights will be computed.
a vector with the individuals identification
Should the wTO be signed?
expected difference between the real wTO and the bootstraped.
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)
Run the code above in your browser using DataLab