Version 1
Detail of the version
This script streamlines the process of converting gene names to gene IDs by leveraging the MyGeneInfo API and pandas library in Python.
It takes a list of gene names as input and queries the MyGeneInfo API to retrieve the corresponding gene IDs. The query is performed using the querymany() method with parameters specifying the gene symbol scope, desired fields (gene ID), species (human), and returns all results.
Comments (0)
Write a comment