readSifnx: Read in a Extended SIF file

Description Usage Arguments Details Value Examples

View source: R/readSifnx.R

Description

Read in a Extended SIF file

Usage

1
readSifnx(inputFile)

Arguments

inputFile

an inputFile

Details

SIFNX files from Pathway Commons commonly come a single file that includes a tab-delimited sections for nodes and another for edges. The sections are separated by an empty lines. These sections must be split before they are read.

Value

a list with nodes and edges entries

Examples

1
results <- readSifnx(system.file("extdata", "test_sifnx.txt", package="paxtoolsr"))

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