Thanks to visit codestin.com
Credit goes to code.bioconductor.org

NAMESPACE
ce14c9ab
 # Generated by roxygen2: do not edit by hand
 
 exportClasses(regioned_dna)
 exportMethods(codon_dist)
 exportMethods(codon_mimic)
 exportMethods(codon_random)
 exportMethods(codon_to)
 exportMethods(dinu_dist)
 exportMethods(dinu_to)
 exportMethods(get_cu)
 exportMethods(get_dna)
 exportMethods(get_du)
 exportMethods(get_freq)
 exportMethods(get_nu)
 exportMethods(get_region)
 exportMethods(get_rscu)
 exportMethods(input_seq)
 exportMethods(seq_random)
 import(BiocGenerics)
 import(Biostrings)
 import(methods)
 importFrom(Biostrings,DNAStringSet)
 importFrom(Biostrings,oligonucleotideFrequency)
 importFrom(Biostrings,readDNAStringSet)
 importFrom(methods,setClass)
 importFrom(seqinr,c2s)
 importFrom(seqinr,s2c)
 importFrom(seqinr,splitseq)
 importFrom(seqinr,syncodons)
 importFrom(seqinr,synsequence)
 importFrom(stringr,str_detect)