Description Usage Arguments Value Examples
Summarize a SIF Network
1 | summarizeSif(sif)
|
sif |
a binary SIF as a data.frame with three columns: "PARTICIPANT_A", "INTERACTION_TYPE", "PARTICIPANT_B" |
a list containing a count of the unique genes in the SIF and counts for the interaction types in the network
1 2 | results <- readSif(system.file("extdata", "test_sif.txt", package="paxtoolsr"))
summarizeSif(results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.