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