binarize_and_transpose: Binarize and transpose the phylogenomic profile matrix

View source: R/07_microsynteny-based_phylogeny.R

binarize_and_transposeR Documentation

Binarize and transpose the phylogenomic profile matrix

Description

Binarize and transpose the phylogenomic profile matrix

Usage

binarize_and_transpose(profile_matrix = NULL)

Arguments

profile_matrix

A matrix with phylogenomic profiles obtained with phylogenomic_profile.

Value

A binary and transposed version of the profiles matrix.

Examples

data(clusters)
profile_matrix <- phylogenomic_profile(clusters)
tmat <- binarize_and_transpose(profile_matrix)

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