summarizeSif: Summarize a SIF Network

View source: R/summarizeSif.R

summarizeSifR Documentation

Summarize a SIF Network

Description

Summarize a SIF Network

Usage

summarizeSif(sif)

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

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


cannin/paxtoolsr documentation built on Feb. 2, 2023, 11:44 a.m.