Skip to main content

No project description provided

Project description

biomapy

This is a library that has just one function that maps a list of gene IDs from one to another.

Supported IDs are Uniprot, entrez, ensembl, and Gene_symbol.

The usage is straightforward the gene_mapping_many() takes as argument the list of IDs As a Python object list), source ID type and target ID type.

The funciton update_mapping_datasets() serves to update the mapping datasets and to be sure that your mappings are up-to-date.

Be careful that the data type is compatible when you map. Entrez have to be ints and not strings.

Future implementations will fous on expanding the IDs that are supported (e.g. diseases)

Installation

Biomapy can be installed via pip

pip install biomapy

Usage

A tipical call for gene_mapping_many() is as follows:


import biomapy as bp

gene_symbol_list=['A1BG','TGFB','BMP2']

gene_entrez_list=bp.gene_mapping_many(gene_symbol_list,'symbol','entrez')

gene_entrez_list

[1,7040,650]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

biomapy-0.3.3-py3-none-any.whl (41.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page