|
|
Sample: TACATTOutput:UAA STOP codon foundThe mRNA strand is: AUGUAAThe codons are: ['AUG', 'UAA']There are 2 amino acids translated from this mRNA strand.['Methionine', 'STOP']Working as intended?: Yes.
Sample: TACATGATTOutput:UAA STOP codon foundThe mRNA strand is: AUGUACUAAThe codons are: ['AUG', 'UAC', 'UAA']There are 3 amino acids translated from this mRNA strand.['Methionine', 'Tyrosine', 'STOP']Working as intended?: Yes.
Sample: TACATGCCAATTOutput:UAA STOP codon foundThe mRNA strand is: AUGUACGGUUAAThe codons are: ['AUG', 'UAC', 'GGU', 'UAA']There are 4 amino acids translated from this mRNA strand.['Methionine', 'Tyrosine', 'Glycine', 'STOP']Working as intended?: Yes.
Sample: ATACATGCCAGTCATCGTTATTCOutput:UAA STOP codon foundThe mRNA strand is: AUGUACGGUCAGUAGCAAUAAThe codons are: ['AUG', 'UAC', 'GGU', 'CAG', 'UAG', 'CAA', 'UAA']There are 7 amino acids translated from this mRNA strand.['Methionine', 'Tyrosine', 'Glycine', 'Glutamine', 'STOP', 'Glutamine', 'STOP']Working as intended?: No. Doesn't recognize first stop codon.
Sample: TACATGCCATACGAGACGATTOutput:UAA STOP codon foundThe mRNA strand is: AUGUACGGUAUGCUCUGCUAAThe codons are: ['AUG', 'UAC', 'GGU', 'AUG', 'CUC', 'UGC', 'UAA']There are 7 amino acids translated from this mRNA strand.['Methionine', 'Tyrosine', 'Glycine', 'Methionine', 'Leucine', 'Cysteine', 'STOP']Working as intended?: Yes.
Sample: TACATGCCATACGAGACGAGCGCGCCTAAGCGGATTOutput:UAA STOP codon foundThe mRNA strand is: AUGUACGGUAUGCUCUGCUCGCGCGGAUUCGCCUAAThe codons are: ['AUG', 'UAC', 'GGU', 'AUG', 'CUC', 'UGC', 'UCG', 'CGC', 'GGA', 'UUC', 'GCC', 'UAA']There are 12 amino acids translated from this mRNA strand.['Methionine', 'Tyrosine', 'Glycine', 'Methionine', 'Leucine', 'Cysteine', 'Serine', 'Arginine', 'Glycine', 'Phenylalanine', 'Alanine', 'STOP']Working as intended?: Yes.
Sample: TACATGCCATACGAGACGAGCGCGCCTAAGCGGCGCAGACTCATGGTCATTOutput:UAA STOP codon foundThe mRNA strand is: AUGUACGGUAUGCUCUGCUCGCGCGGAUUCGCCGCGUCUGAGUACCAGUAAThe codons are: ['AUG', 'UAC', 'GGU', 'AUG', 'CUC', 'UGC', 'UCG', 'CGC', 'GGA', 'UUC', 'GCC', 'GCG', 'UCU', 'GAG', 'UAC', 'CAG', 'UAA']There are 17 amino acids translated from this mRNA strand.['Methionine', 'Tyrosine', 'Glycine', 'Methionine', 'Leucine', 'Cysteine', 'Serine', 'Arginine', 'Glycine', 'Phenylalanine', 'Alanine', 'Alanine', 'Serine', 'Glutamic Acid', 'Tyrosine', 'Glutamine', 'STOP']Working as intended?: Yes.
Sample: TACAGGCCTTAGATCGTCATGCCATACGAGACGAGCGCGCCTAAGCGGCGCAGACTCATGGTCATTOutput:UAA STOP codon foundThe mRNA strand is: AUGUCCGGAAUCUAGCAGUACGGUAUGCUCUGCUCGCGCGGAUUCGCCGCGUCUGAGUACCAGUAAThe codons are: ['AUG', 'UCC', 'GGA', 'AUC', 'UAG', 'CAG', 'UAC', 'GGU', 'AUG', 'CUC', 'UGC', 'UCG', 'CGC', 'GGA', 'UUC', 'GCC', 'GCG', 'UCU', 'GAG', 'UAC', 'CAG', 'UAA']There are 22 amino acids translated from this mRNA strand.['Methionine', 'Serine', 'Glycine', 'Isoleucine', 'STOP', 'Glutamine', 'Tyrosine', 'Glycine', 'Methionine', 'Leucine', 'Cysteine', 'Serine', 'Arginine', 'Glycine', 'Phenylalanine', 'Alanine', 'Alanine', 'Serine', 'Glutamic Acid', 'Tyrosine', 'Glutamine', 'STOP']Working as intended?: No. Doesn't recognize first stop codon.
|