Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.981 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 647 | Bio/Seq.py |
2 | 5 | 682 | Bio/Seq.py |
| ||||
base = Alphabet._get_base_alphabet(self.alphabet) if isinstance(base,Alphabet.ProteinAlphabet): raise ValueError("Proteins cannot be transcribed!") if isinstance(base,Alphabet.RNAAlphabet): raise ValueError("RNA cannot be transcribed!") |
| ||||
base = Alphabet._get_base_alphabet(self.alphabet) if isinstance(base,Alphabet.ProteinAlphabet): raise ValueError("Proteins cannot be back transcribed!") if isinstance(base,Alphabet.DNAAlphabet): raise ValueError("DNA cannot be back transcribed!") |
| |||
base = Alphabet._get_base_alphabet(self.alphabet) if isinstance(base,Alphabet.ProteinAlphabet): raise ValueError( [[#variable6014dc40]]) if isinstance(base,Alphabet. [[#variable780dee00]]): raise ValueError( [[#variable6014dce0]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6014dc40]] | "Proteins cannot be back transcribed!" |
1 | 2 | [[#6014dc40]] | "Proteins cannot be transcribed!" |
2 | 1 | [[#780dee00]] | DNAAlphabet |
2 | 2 | [[#780dee00]] | RNAAlphabet |
3 | 1 | [[#6014dce0]] | "DNA cannot be back transcribed!" |
3 | 2 | [[#6014dce0]] | "RNA cannot be transcribed!" |