split.qofz {netresponse} | R Documentation |
Split q of z.
Main function of the NetResponse algorithm. Detect condition-specific network responses, given network and a set of measurements of node activity in a set of conditions. Returns a set of subnetworks and their estimated context-specific responses.
## S3 method for class 'qofz' split(qOFz, c, new.c, dat, speedup = TRUE, min.size = 4)
qOFz |
qOFz |
c |
c |
new.c |
new.c |
dat |
dat |
speedup |
speedup |
min.size |
min.size |
INPUT: data, qOFz, hp_posterior, hp_prior, opts OUTPUT: list(new.qOFz, new.c); * new.qOFz: posterior over labels including the split clusters. * new.c: index of the newly created cluster. DESCRIPTION: Implements the VDP algorithm step 3a.
object Component must have at least min.size samples to be splitted.'