Description Usage Arguments Value Examples
View source: R/print_interactions.R
prints the interactions/ptms in a nice format
1 | print_interactions(interDF, writeRefs = FALSE)
|
interDF |
data.frame with the interactions generated by any of the
following functions: |
writeRefs |
[FALSE] writes also the PubMed IDs if available |
Interactions displayed in a nice format
1 2 3 4 5 | ptms = import_omnipath_enzsub()
print_interactions(head(ptms))
print_interactions(tail(ptms),writeRefs=TRUE)
print_interactions(dplyr::filter(ptms,enzyme_genesymbol=="MAP2K1",
substrate_genesymbol=="MAPK3"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.