pypath.utils.reflists§

members:

Functions

check(name, id_type[, ncbi_tax_id])

Checks if the identifier name is in the reference list with the provided id_type and organism.

get_manager()

get_reflist(id_type[, ncbi_tax_id])

init()

is_not(names, id_type[, ncbi_tax_id])

Returns the identifiers from names which are not instances of the provided id_type and from the given organism.

select(names, id_type[, ncbi_tax_id])

Selects the identifiers in names which are in the reference list with the provided id_type and organism.

Classes

ReferenceListManager([cleanup_period, lifetime])