R/phyloset_base.R
get_phylomap.Rd
Extract a phylomap (tibble of strata-to-gene mappings) from a PhyloExpressionSet object.
get_phylomap(phyex_set)
A PhyloExpressionSet object
A tibble with two columns: Stratum (gene age value) and GeneID (gene identifiers)
# Extract phylomap phylomap <- get_phylomap(example_phyex_set)