https://github.com/Lattice-Automation/seqviz Possibility to have DNA sequences as input that are translated automatically ```js import { translateDNA } from "./utils/sequence"; let result = translateDNA("AAATTTCCCGGG"); console.log(result); ```