Description Usage Arguments Value Examples
You can create a functional interactions data frame from returned decorated data frames using this function. All analytical functions works on functional interactions data frames for more generic approach. In general this functions split mapping one to many for bench of mappings one to one.
1 2 3 | createFunctionalInteractionsDataFrame(chebiToReactomeDataFrame,
singleIdColumnName = "ontologyId", idsListColumnName = "ensembleIds",
attachRootColumn = TRUE, rootIdCollumnName = "root")
|
chebiToReactomeDataFrame |
A data frame returned from any of decorated functions. |
singleIdColumnName |
Column with single ids per row. |
idsListColumnName |
Column with multiple, list of ids per row. |
attachRootColumn |
Use if you are interesting in attaching of root column into results. |
rootIdCollumnName |
Name used in returned data frame for representation of root data column. |
Functional interactions data frame.
1 2 3 | ontology2EnsembleFunctionalInteractions <- OmicsON::createFunctionalInteractionsDataFrame(
chebiToReactomeDataFrame = decoratedByReactome,
singleIdColumnName = 'ontologyId', idsListColumnName = 'ensembleIds')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.