constructs all the possible original RNA chains from given fragments. program written in C++
-
embeded C++ code on the website with Node.js
Input:
G-enzyme framgments: AUCG,AUG,G,CU,ACUAUACG
U.C-enzyme fragments: GGAC,U,AU,GAU,C,U,AC,GC,AU
Output:
AUCGGACUAUACGAUGCU
AUCGAUGGACUAUACGCU
AUGGACUAUACGAUCGCU
AUGAUCGGACUAUACGCU
