readSifnx | R Documentation |
Read in a Extended SIF file
readSifnx(inputFile)
inputFile |
an inputFile |
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.
a list with nodes and edges entries
results <- readSifnx(system.file("extdata", "test_sifnx.txt", package="paxtoolsr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.