phylogenomic_profile: Perform phylogenomic profiling for synteny network clusters

View source: R/05_phylogenomic_profiling.R

phylogenomic_profileR Documentation

Perform phylogenomic profiling for synteny network clusters

Description

Perform phylogenomic profiling for synteny network clusters

Usage

phylogenomic_profile(clusters = NULL)

Arguments

clusters

A 2-column data frame with variables Gene and Cluster as returned by cluster_network.

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)

almeidasilvaf/syntenet documentation built on March 23, 2024, 8:27 a.m.