Learn R Programming

myTAI (version 2.3.5)

get_strata_legend: Get Strata Legend from PhyloExpressionSet

Description

Extract the strata legend (phylostratum ranks and names) from a PhyloExpressionSet object.

Usage

get_strata_legend(phyex_set)

Value

A tibble with two columns: Rank (phylostratum values) and Name (phylostratum labels), sorted by Rank

Arguments

phyex_set

A PhyloExpressionSet object

Examples

Run this code
# Get strata legend
legend <- get_strata_legend(example_phyex_set)

Run the code above in your browser using DataLab