Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.987 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 201 | Bio/MEME/Parser.py |
2 | 5 | 207 | Bio/MEME/Parser.py |
| ||||
def add_to_pssm (self,line): line = line.strip( ) sl = line.split( ) thisposition = tuple([float(i) for i in sl]) self.current_motif.add_to_pssm(thisposition) |
| ||||
def add_to_logodds (self,line): line = line.strip( ) sl = line.split( ) thisposition = tuple([float(i) for i in sl]) self.current_motif.add_to_logodds(thisposition) |
| |||
def [[#variable5dbc7c60]](self,line): line = line.strip( ) sl = line.split( ) thisposition = tuple([float(i) for i in sl]) self.current_motif. [[#variable5dbc7c60]](thisposition) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5dbc7c60]] | add_to_logodds |
1 | 2 | [[#5dbc7c60]] | add_to_pssm |