pypath.utils.mapping.MappingTableKey§
- class pypath.utils.mapping.MappingTableKey(id_type, target_id_type, ncbi_tax_id)§
Bases:
tuple
- __init__()§
Methods
__init__
()count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
Alias for field number 0
Alias for field number 2
Alias for field number 1
- count(value, /)§
Return number of occurrences of value.
- id_type§
Alias for field number 0
- index(value, start=0, stop=9223372036854775807, /)§
Return first index of value.
Raises ValueError if the value is not present.
- ncbi_tax_id§
Alias for field number 2
- target_id_type§
Alias for field number 1