cellnetwork3: Calculate cell network based on number of interactions in the...

View source: R/cellnetwork3_CellComm.R

cellnetwork3R Documentation

Calculate cell network based on number of interactions in the pairs.

Description

Select the pairs that have more elements than the threshold and create a graph of the interactions.

Usage

cellnetwork3(result, threshold)

Arguments

result

matrix?; the interactions for each pair, plus the pvalue column, as generated by the calculatePvalue function.

threshold

numeric; the number of elements in the pair for it to be selected.

Value

list; the graph generated and the pairs.


edroaldo/fusca documentation built on March 1, 2023, 1:43 p.m.