Learn R Programming

bioseq (version 0.1.4)

as_AAbin.tbl_df: Coerce tibble to AAbin

Description

Coerce tibble to AAbin

Usage

# S3 method for tbl_df
as_AAbin(x, sequences, labels = NULL, ...)

Value

An AAbin object.

Arguments

x

a tibble.

sequences

Name of the tibble column that stores the sequences.

labels

Name of the tibble column that stores the sequence labels.

...

Other params.