getIntFlow {InterCellar}R Documentation

Get subset of interactions corresponding to a certain viewpoint and flow

Description

Get subset of interactions corresponding to a certain viewpoint and flow

Usage

getIntFlow(vp, input.data, flow)

Arguments

vp

viewpoint cluster

input.data

preprocessed/filtered input data

flow

one among directed_out, directed_in or undirected

Value

subset of data

Examples

data(input.data)
caf_out <- getIntFlow(vp = "CAF", input.data, flow = "directed_out")

[Package InterCellar version 1.0.0 Index]