is_lineage {yatah}R Documentation

Test if a string is a lineage

Description

Test if a string is a lineage

Usage

is_lineage(string)

Arguments

string

string to be tested as lineage.

Details

Alphanumeric character, hyphen, dots, square brackets and non-consecutive underscores are allowed in clades names.

Value

A logical.

Examples

is_lineage("k__Bacteria|p__Firmicutes|c__Clostridia|o__Clostridiales")

[Package yatah version 1.0.0 Index]