pr2_sequence_label: Create a simple label for a sequence

Description Usage Arguments Value Examples

Description

Create a label to be used as header a fasta file based on the metadata from the table pr2_metadata. Only apply to a single character not to a vector.

Usage

1
pr2_sequence_label(sample_type, strain, clone, specimen_voucher)

Arguments

sample_type

character - one of "culture", "environmental","isolate", "species"

strain

character - strain name

clone

character - clone name

specimen_voucher

character - voucher

Value

character

Examples

1
fasta_label <- pr2_sequence_label(sample_type="culture",strain="RCC115")

vaulot/dvutils documentation built on Nov. 20, 2021, 11:01 a.m.