Description Usage Arguments Value Methods (by class) See Also Examples
This method plots a dendrogram of the relationship between the organisms in
the pangenome. It does not tries to by phylogenetic in any way but merely
shows the relationship in data. As with plotSimilarity
it can
be based on either the pangenome matrix or kmer feature vectors.
1 2 3 4 5 6 |
object |
A pgVirtual subclass |
... |
Parameters to be passed on. |
type |
The type of distance meassure. Either 'pangenome' or 'kmer' |
circular |
logical. Should the dendrogram be plotted in a circular fashion. |
info |
Metadata to plot at the leafs of the dendrogram. Either the name of an orgInfo column or a vector with information for each organism. |
kmerSize |
The size of the kmers to use for comparison |
dist |
The distance function to use. All possible values of method in dist() are allowed as well as 'cosine' for type='kmer' |
clust |
The clustering function to use. Passed on to method in hclust() |
pParam |
An object of class BiocParallelParam |
chunkSize |
Number of organisms to process at a time |
This function is called for its side effects
pgVirtual
: Dendrogram plotting for pgVirtual subclasses
plotSimilarity
for a heatmap plot of the same data.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.