ListClusterGroups | R Documentation |
This function is to help on listing all or some of cluster groups (i.e. interacting clusters).
ListClusterGroups(
object,
use.former = FALSE,
cluster.former = character(),
use.latter = FALSE,
cluster.latter = character()
)
object |
A |
use.former |
It controls whether to list cluster groups relating to one or some clusters(.X) given in
parameter |
cluster.former |
The name of clusters, which is used find all X~? interactions (X is cluters given in these parameter). |
use.latter |
It controls whether to list cluster groups relating to one or some clusters(.Y) given in
parameter |
cluster.latter |
The name of clusters, which is used find all ?~Y interactions (Y is cluters given in these parameter). |
Character. Names of cluster groups.
## Not run:
ListClusterGroups(object, use.former = TRUE, cluster.former = "T_cell")
# the output of this will be "T_cell~Macrophage", "T_cell~B_cell" and things like that, depending on available clusters.
ListClusterGroups(object, use.latter = TRUE, cluster.latter = "T_cell")
# the output of this will be "Macrophage~T_cell", "B_cell~T_cell" and things like that, depending on available clusters.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.