View source: R/07_microsynteny-based_phylogeny.R
binarize_and_transpose | R Documentation |
Binarize and transpose the phylogenomic profile matrix
binarize_and_transpose(profile_matrix = NULL)
profile_matrix |
A matrix with phylogenomic profiles obtained
with |
A binary and transposed version of the profiles matrix.
data(clusters)
profile_matrix <- phylogenomic_profile(clusters)
tmat <- binarize_and_transpose(profile_matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.