comp_score_tf: Calculating compatibility scores

View source: R/mainlib.R

comp_score_tfR Documentation

Calculating compatibility scores

Description

Calculates the compatibility between a list of source nodes and a list of target nodes depending on their expression values

Usage

comp_score_tf(t, s, g)

Arguments

t

A character vector of target node names present in graph g

s

A vector of source node names present in graph g

g

An igraph graph object

Value

Vector of compatibility scores for each source node s


saschajung/Intercom documentation built on May 27, 2023, 5:11 p.m.