powered by
Extract the last clade of a lineage
get_last_clade(lineage, same = TRUE)
A string. The last clades of the given lineages.
string. Vector of lineages.
logical. Does the lineage have the same depth? Default to TRUE.
TRUE
lineage1 <- "k__Bacteria|p__Verrucomicrobia|c__Verrucomicrobiae" lineage2 <- "k__Bacteria|p__Firmicutes|c__Clostridia" get_last_clade(c(lineage1, lineage2))
Run the code above in your browser using DataLab