GenerateMapDetailOnepairClusters | R Documentation |
This function uses actions.ref.db
to collect gene pairs with their action properties.
Not-recording ones will be set as 'undirected' (no direction and no detailed action).
GenerateMapDetailOnepairClusters(clusters.onepair.select, actions.ref.db)
clusters.onepair.select |
A list. Return value of |
actions.ref.db |
Data.frame. Reference pairs actions database provided in this package, the list is given as follows:
|
A list.
clusters.name: names of clusters involved. Its length is 2.
anno.infos: a list of lists. The sublists are
location.A: it records locations of A in gene pairs formatted as A-B
location.B: it records locations of B in gene pairs formatted as A-B
type.A: it records molecular functions of A in gene pairs formatted as A-B
type.B: it records molecular functions of B in gene pairs formatted as A-B
actions.detailed: A list of detailed information about interaction pairs whose actions are recorded in actions.ref.db.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.