getIntFlow: Get subset of interactions corresponding to a certain...

View source: R/fct_cluster_verse.R

getIntFlowR 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")

martaint/InterCellar documentation built on April 7, 2022, 11:44 a.m.