
Perform phylogenomic profiling for synteny network clusters
Source:R/05_phylogenomic_profiling.R
phylogenomic_profile.Rd
Perform phylogenomic profiling for synteny network clusters
Value
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.
Examples
data(clusters)
profiles <- phylogenomic_profile(clusters)