summarizeSif {paxtoolsr}R 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)


[Package paxtoolsr version 1.24.0 Index]