split.qofz: split.qofz

View source: R/internals.R

split.qofzR Documentation

split.qofz

Description

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.

Usage

## S3 method for class 'qofz'
split(qOFz, c, new.c, dat, speedup = TRUE, min.size = 4)

Arguments

qOFz

qOFz

c

c

new.c

new.c

dat

dat

speedup

speedup

min.size

min.size

Details

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.

Value

object Component must have at least min.size samples to be splitted.'


antagomir/netresponse documentation built on March 30, 2023, 7:24 a.m.