summarizeSif: Summarize a SIF Network

Description Usage Arguments Value Examples

View source: R/summarizeSif.R

Description

Summarize a SIF Network

Usage

1

Arguments

sif

a binary SIF as a data.frame with three columns: "PARTICIPANT_A", "INTERACTION_TYPE", "PARTICIPANT_B"

Value

a list containing a count of the unique genes in the SIF and counts for the interaction types in the network

Examples

1
2
results <- readSif(system.file("extdata", "test_sif.txt", package="paxtoolsr"))
summarizeSif(results)

paxtoolsr documentation built on Nov. 8, 2020, 8:29 p.m.