Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tsbatth
  • Content: Threads
  • Order by date
  1. tsbatth

    loop help

    hi im writing this code to determine number of start codons after but I keep getting an error, this is the following code RNAseq = split('', $RNA); $nstart = 0; #number of start codons $start = 'AUG'; for ($i=0; $i<$mlength -2; $i ++) { @codon = @RNAseq[$i, $i+1, $i+2]; $cod = join(''...
  2. tsbatth

    Complement command help

    Hey I wrote the following program that checks for a dna sequence (letters ATGC only), it converts all lower atgc to uppercase and checks to see if its only dna sequence, if it is not dna sequence it terminates, however it says that to all sequences I write, even if I input correct dna sequence...

Part and Inventory Search

Back
Top