getIntFlow {InterCellar} | R Documentation |
Get subset of interactions corresponding to a certain viewpoint and flow
getIntFlow(vp, input.data, flow)
vp |
viewpoint cluster |
input.data |
preprocessed/filtered input data |
flow |
one among directed_out, directed_in or undirected |
subset of data
data(input.data) caf_out <- getIntFlow(vp = "CAF", input.data, flow = "directed_out")