ExtractTargetOnepairClusters | R Documentation |
This function returns one pair of interaction by giving names of 2 cell clusters.
ExtractTargetOnepairClusters(
interact.pairs.acted,
cluster.name.C,
cluster.name.D,
kClustersSplit,
just.list = FALSE
)
interact.pairs.acted |
The result of network analysis. |
cluster.name.C |
Name of one cluster. |
cluster.name.D |
Name of the other cluster. |
kClustersSplit |
Letters to split 2 interacting clusters. |
just.list |
If set TRUE, no automatic removing of NA will be performed for data. |
The direction of this function is C-D, corresponding to coordinates X-Y in plot, and the subset options applied before will be inherited, which means that options applied on X-axis clusters will be also on C, so as options on Y-axis will be on D.
A list.
clusters.name: names of clusters.
bt.pairs: a list of all interaction pairs between specified 2 clusters (given in clusters.name
).
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.