powered by
Used by RNAPlot to get the length of a loop
loopLength(input, start)
Retuns a list contianing the output and stems
CT file makeCt("((((...))))","AAAACCCUUUU")
makeCt("((((...))))","AAAACCCUUUU")
Position of the first nucleotide in the the loop
JP Bida
ct=makeCt("((((...((((..))))..((((...)))).))))","AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") out=loopLength(ct,4)
Run the code above in your browser using DataLab