Simple data storage for pairs of orthologous genes, one from Homo sapiens.
More...
|
def | __init__ (s, ensgID, xID, orthType, ensPerc, xPerc, orthConf) |
|
def | __str__ (s) |
|
def | __eq__ (s, b) |
| Returns True if two OrthologPairs are identical. More...
|
|
|
string | EnsgID = ""; |
| Homo sapiens Ensembl gene ID. More...
|
|
string | XID = ""; |
| Orthologous gene's ID. More...
|
|
string | OrthType = ""; |
| Orthology type, possible values are 1:1, 1:N, N:M. More...
|
|
string | EnsPerc = ""; |
| Percentage identity with respect to human gene. More...
|
|
string | XPerc = ""; |
| Percentage identity with respect to orthologous gene. More...
|
|
string | OrthConf = ""; |
| Orthology Confidence, values: possible, real. More...
|
|
Simple data storage for pairs of orthologous genes, one from Homo sapiens.
◆ __init__()
def cls.HSGeneOrthologyMapping.COrthologPair.__init__ |
( |
|
s, |
|
|
|
ensgID, |
|
|
|
xID, |
|
|
|
orthType, |
|
|
|
ensPerc, |
|
|
|
xPerc, |
|
|
|
orthConf |
|
) |
| |
◆ __eq__()
def cls.HSGeneOrthologyMapping.COrthologPair.__eq__ |
( |
|
s, |
|
|
|
b |
|
) |
| |
Returns True if two OrthologPairs are identical.
◆ __str__()
def cls.HSGeneOrthologyMapping.COrthologPair.__str__ |
( |
|
s | ) |
|
◆ EnsgID
string cls.HSGeneOrthologyMapping.COrthologPair.EnsgID = ""; |
|
static |
Homo sapiens Ensembl gene ID.
◆ EnsPerc
string cls.HSGeneOrthologyMapping.COrthologPair.EnsPerc = ""; |
|
static |
Percentage identity with respect to human gene.
(string
).
◆ OrthConf
string cls.HSGeneOrthologyMapping.COrthologPair.OrthConf = ""; |
|
static |
Orthology Confidence, values: possible, real.
◆ OrthType
string cls.HSGeneOrthologyMapping.COrthologPair.OrthType = ""; |
|
static |
Orthology type, possible values are 1:1, 1:N, N:M.
◆ XID
string cls.HSGeneOrthologyMapping.COrthologPair.XID = ""; |
|
static |
◆ XPerc
string cls.HSGeneOrthologyMapping.COrthologPair.XPerc = ""; |
|
static |
Percentage identity with respect to orthologous gene.
(string
).
The documentation for this class was generated from the following file: