Learn R Programming

CellChat (version 1.0.0)

searchPair: Subset the ligand-receptor interactions for given specific signals in CellChatDB

Description

Subset the ligand-receptor interactions for given specific signals in CellChatDB

Usage

searchPair(
  signaling = c(),
  pairLR.use,
  key = c("pathway_name", "ligand"),
  matching.exact = FALSE,
  pair.only = TRUE
)

Arguments

signaling

a character vector

pairLR.use

a dataframe containing ligand-receptor interactions

key

the keyword to match

matching.exact

whether perform exact matching

pair.only

whether only return ligand-receptor pairs without cofactors

Value