Skip to contents

Returns the names of tRNAs for which cloverleaf structure SVGs are bundled with the package for the given organism.

Usage

structure_trnas(organism)

Arguments

organism

Character string specifying the organism name (e.g., "Escherichia coli"). Use structure_organisms() to list available organisms.

Value

A character vector of tRNA names.

Examples

if (FALSE) { # \dontrun{
structure_trnas("Escherichia coli")
} # }