Description Usage Arguments Value Examples
This function plots a clustering network form a data frames. It shows the distribution of isoforms in a cluster.
1 | plotCluster(cluster, cluster.id = c("2"))
|
cluster |
A data frame contation the information of isoform clusters. |
cluster.id |
An interger vector indicating the ID of cluster. |
This function returns a network graph object invisibly.
1 2 3 4 | ##Loading example data
load(system.file("data","example_cluster.Rdata",package = "AStrap"))
g<- plotCluster(cluster.align$cluster,cluster.id=c("7","5"))
plot(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.