Description Usage Arguments Value Examples
This function plot pairwise alignments of isoforms of the same cluster network graph. It shows the relationship between isoforms of the same cluster, where the identity of a pairwise alignment is denoted as a line with different thickness and color. The higher the identity, the thicker the line. Red line denotes the identity of 1.
1 |
alignment |
A data frame contation the information of sequence alignments. |
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 <- plotAlign(cluster.align$alignment,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.