Learn R Programming

MINTplates (version 1.0.1)

deseqs: Decode license-plates

Description

Decode the license-plates using the lookup table.

Usage

deseqs(plates)

Arguments

plates

The license plates being decoded.

Value

The sequences they decodes to.

References

Pliatsika V, Loher P, Telonis AG, Rigoutsos I. Bioinformatics (2016) <doi: 10.1093/bioinformatics/btw194>

Examples

Run this code
# NOT RUN {
plates=c('tRF-18-BS6PDFD2','tRF-20-51K36D26')
deseqs(plates)
# }

Run the code above in your browser using DataLab