NPellet / visualizer

Other
43 stars 24 forks source link

Create a new module with seqviz #1141

Open lpatiny opened 4 years ago

lpatiny commented 4 years ago

https://github.com/Lattice-Automation/seqviz

Possibility to have DNA sequences as input that are translated automatically

import { translateDNA } from "./utils/sequence";
let result = translateDNA("AAATTTCCCGGG");
console.log(result);