Description Usage Arguments Value Author(s) Examples
getSysInteractions
| 1 | getSysInteractions(sysName, criterion = "stringent")
 | 
| sysName | (string|vector of strings) Specifies the systems of interest | 
| criterion | (string) Either "stringent" or "relaxed", specifying if only GGI between physical interactors should be selected. | 
(dataframe) A 3-column dataframe of system components and either
their GGI between physical interactors should be selected
(iff criterion == "stringent") or all GGI of physical interactors
(iff relaxed == "stringent"). The first two columns denote the
interacting pair; the third is the type of genetic interaction.
Nada Elnour, nada.elnour@mail.utoronto.ca
getSysInteractions filter system by physically-interacting components
and return their genetic interactions
| 1 2 3 4 5 6 | ## Not run: 
# Get SLIGR physical interactors and return the genetic interactions between
# them
mySys <- getSysInteractions("SLIGR", criterion = "stringent")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.