Description Usage Arguments Value See Also Examples
ptms data does not contain sign (activation/inhibition), we generate this information based on the interaction network
1 2 3 4 | get_signed_ptms(
ptms = import_omnipath_enzsub(),
interactions = import_omnipath_interactions()
)
|
ptms |
ptms data frame generated by |
interactions |
interaction data frame generated by
|
data.frame of ptms with is_inhibition and is_stimulation columns
import_omnipath_enzsub
import_omnipath_interactions
1 2 3 | ptms = import_omnipath_enzsub(resources=c("PhosphoSite", "SIGNOR"))
interactions = import_omnipath_interactions()
ptms = get_signed_ptms(ptms,interactions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.