Learn R Programming

BioPhysConnectoR (version 1.6-10)

show.code: Output of the Amino Acid Coding Scheme

Description

Displays an encoding table for the standard amino acids.

Usage

show.code(code = 0:19, offset = 0)

Arguments

code
vector of 20 integer values used for coding the standard amino acids
offset
offset added to the values of code

Value

No values are returned.

Details

This function shows the coding order of the standard amino acid as used in aa2num(). The offset is included.

See Also

aa2num

Examples

Run this code
show.code()

Run the code above in your browser using DataLab