simplify_interactions {SingleCellSignalR}R Documentation

simplify_interactions

Description

simplify_interactions

Usage

simplify_interactions(t, lr = NULL, autocrine = FALSE)

Arguments

t

the network to be simplified

lr

ligand receptor interactions

autocrine

a logical

Value

t

Examples

t=data.frame(a.gn=c("CEP63","CEP63"),b.gn=c("MZT2A","DYNC1L2"),
type=c("in-complex-with","in-complex-with"))
simplify_interactions(t)

[Package SingleCellSignalR version 1.6.0 Index]