last_rank: Extract the last rank of a lineage

View source: R/extract.R

last_rankR Documentation

Extract the last rank of a lineage

Description

Extract the last rank of a lineage

Usage

last_rank(lineage, same = TRUE)

Arguments

lineage

string. Vector of lineages.

same

logical. Does the lineage have the same depth? Default to TRUE.

Value

A string. The last rank of the given lineages.

Examples

lineage1 <- "k__Bacteria|p__Verrucomicrobia|c__Verrucomicrobiae"
lineage2 <- "k__Bacteria|p__Firmicutes|c__Clostridia"
last_rank(c(lineage1, lineage2))

yatah documentation built on Nov. 13, 2022, 1:07 a.m.