Learn R Programming

paxtoolsr (version 1.6.3)

summarizeSif: 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

concept

paxtoolsr

Examples

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

Run the code above in your browser using DataLab