signed_ptms | R Documentation |
Enzyme-substrate data does not contain sign (activation/inhibition), we generate this information based on the interaction network.
signed_ptms(
enzsub = enzyme_substrate(),
interactions = omnipath_interactions()
)
enzsub |
Enzyme-substrate data frame generated by
|
interactions |
interaction data frame generated by an OmniPath
interactions query: |
Data frame of enzyme-substrate relationships with is_inhibition and is_stimulation columns.
enzyme_substrate
omnipath-interactions
enzsub <- enzyme_substrate(resources = c("PhosphoSite", "SIGNOR"))
interactions <- omnipath_interactions()
enzsub <- signed_ptms(enzsub, interactions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.