simplify_interactions: simplify_interactions

View source: R/inter_network.R

simplify_interactionsR 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)

SCA-IRCM/SingleCellSignalR documentation built on Dec. 11, 2022, 2:30 p.m.