acore.io.uniprot.uniprot module#

Uniprot ID mapping using Python.

Source: https://www.uniprot.org/help/id_mapping

check_response(response)[source]#
submit_id_mapping(from_db, to_db, ids)[source]#
check_id_mapping_results_ready(job_id)[source]#
get_batch(batch_response, file_format, compressed)[source]#
combine_batches(all_results, batch_results, file_format)[source]#
decode_results(response, file_format, compressed)[source]#
get_xml_namespace(element)[source]#
merge_xml_results(xml_results)[source]#
print_progress_batches(batch_index, size, total)[source]#
get_id_mapping_results_stream(url)[source]#