pypath.inputs.gutmgene.GutmgeneAnnotation§
- class pypath.inputs.gutmgene.GutmgeneAnnotation(microbe_taxon, microbe_ncbi_tax_id, gut_microbiota_id, classification, effect, throughput)[source]§
Bases:
NamedTuple
- __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 3
Alias for field number 4
Alias for field number 2
Alias for field number 1
Alias for field number 0
Alias for field number 5
- classification: str§
Alias for field number 3
- count(value, /)§
Return number of occurrences of value.
- effect: str§
Alias for field number 4
- gut_microbiota_id: str§
Alias for field number 2
- index(value, start=0, stop=9223372036854775807, /)§
Return first index of value.
Raises ValueError if the value is not present.
- microbe_ncbi_tax_id: str§
Alias for field number 1
- microbe_taxon: str§
Alias for field number 0
- throughput: str§
Alias for field number 5