powered by
Encode the sequences into their corresponding license plates with given prefix (if given one).
enseqs(sequences, prefix = "")
The sequences being encoded.
The prefix to use for the license plate.
The license plates they encode to.
Pliatsika V, Loher P, Telonis AG, Rigoutsos I. Bioinformatics (2016) <doi: 10.1093/bioinformatics/btw194>
# NOT RUN { seqs=c('AACCGGGCAGAAGCACCA','GAGCCCCAGTGGAACCACCA') enseqs(seqs,'tRF') # }
Run the code above in your browser using DataLab