Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 6 | 0.969 | stmt_list[14] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 229 | Bio/UniGene/__init__.py |
2 | 14 | 493 | Bio/UniGene/__init__.py |
| ||||
self.ID = "" # ID line self.species = "" # Hs, Bt, etc. self.title = "" # TITLE line self.symbol = "" # GENE line self.cytoband = "" # CYTOBAND line self.express = [ ] # EXPRESS line, parsed on ';' self.restr_expr = "" # RESTR_EXPR line self.gnm_terminus = "" # GNM_TERMINUS line self.gene_id = "" # GENE_ID line self.locuslink = "" # LOCUSLINK line self.homol = "" # HOMOL line self.chromosome = "" # CHROMOSOME line self.protsim = [ ] # PROTSIM entries, array of Protsims self.sequence = [ ] # SEQUENCE entries, array of Sequence entries |
| ||||
self.ID = "" # ID line self.species = "" # Hs, Bt, etc. self.title = "" # TITLE line self.symbol = "" # GENE line self.cytoband = "" # CYTOBAND line self.express = [ ] # EXPRESS line, parsed on ';' self.restr_expr = "" # RESTR_EXPR line self.gnm_terminus = "" # GNM_TERMINUS line self.gene_id = "" # GENE_ID line self.chromosome = "" # CHROMOSOME self.protsim = [ ] # PROTSIM entries, array of Protsims self.sequence = [ ] # SEQUENCE entries, array of Sequence entries self.sts = [ ] # STS entries, array of STS entries self.txmap = [ ] # TXMAP entries, array of TXMap entries |
| |||
self.ID = "" # ID line self.species = "" # Hs, Bt, etc. self.title = "" # TITLE line self.symbol = "" # GENE line self.cytoband = "" # CYTOBAND line self.express = [ ] # EXPRESS line, parsed on ';' self.restr_expr = "" # RESTR_EXPR line self.gnm_terminus = "" # GNM_TERMINUS line self.gene_id = "" # GENE_ID line self. [[#variable76282120]]= "" # LOCUSLINK line # CHROMOSOME self. [[#variable76282100]]= [[#variable76bf9e20]] self. [[#variable761fe7a0]]= [[#variable76bf9e20]] self. [[#variable761fec80]]= [ ] # PROTSIM entries, array of Protsims # STS entries, array of STS entries self. [[#variable76282460]]= [ ] # SEQUENCE entries, array of Sequence entries # TXMAP entries, array of TXMap entries |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76282120]] | locuslink |
1 | 2 | [[#76282120]] | chromosome |
2 | 1 | [[#76282100]] | homol |
2 | 2 | [[#76282100]] | protsim |
3 | 1 | [[#76bf9e20]] | "" # HOMOL line |
3 | 2 | [[#76bf9e20]] | [ ] # PROTSIM entries, array of Protsims |
4 | 1 | [[#761fe7a0]] | chromosome |
4 | 2 | [[#761fe7a0]] | sequence |
5 | 1 | [[#761fec80]] | protsim |
5 | 2 | [[#761fec80]] | sts |
6 | 1 | [[#76282460]] | sequence |
6 | 2 | [[#76282460]] | txmap |