View source: R/05_phylogenomic_profiling.R
phylogenomic_profile | R Documentation |
Perform phylogenomic profiling for synteny network clusters
phylogenomic_profile(clusters = NULL)
clusters |
A 2-column data frame with variables Gene and
Cluster as returned by |
A matrix of i rows and j columns containing the number of genes in cluster i for each species j. The number of rows is equal to the number of clusters in clusters, and the number of columns is equal to the number of species in clusters.
data(clusters)
profiles <- phylogenomic_profile(clusters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.