Skip to main content

a user-friendly interface for searching individual variants, batch queries, and exploring gene regions from the Ensembl database.

Project description

Ensembl Variant Lookup

Ensembl Variant Lookup provides a web-based graphical interface, allowing users to retrieve information about genetic variants based on their Reference SNP ID (RSID). This application integrates with the Ensembl Variant API to provide detailed variant information.

Overview

Ensembl Variant Lookup is a Python tool built with Flask that allows users to query and retrieve information about genetic variants from the Ensembl database. It provides a user-friendly interface for searching individual variants, batch queries, and exploring gene regions. The tool is designed to streamline the retrieval of essential genetic variant data, making it a valuable resource for genomics research and exploration.

Features

  • Single Variant Lookup: Retrieve detailed information about a specific genetic variant using its RSID.
  • Batch Variant Lookup: Perform batch searches by entering a list of RSIDs and obtaining information for multiple variants simultaneously.
  • Gene Lookup: Fetch information about a specific gene, including details on associated variants.

Simplified illustration at high-level of API exposed in thie application, it includes all the API endpoints in the diagram:

graph TD
  A[User's Browser] -->|GET /| B[Flask Application]
  B -->|GET /| C[Render index.html]
  C -->|Form Submission| D[Flask Application]
  D -->|POST /batch| E[Render batch_results.html]
  C -->|Form Submission| F[Flask Application]
  F -->|POST /visualize| G[Render visualization.html]
  C -->|Form Submission| H[Flask Application]
  H -->|POST /variant| I[Render variant_results.html]
  C -->|GET /gene_region| J[Flask Application]
  J -->|GET /gene_region| K[Render gene_region_results.html]

This flowchart now includes the following API endpoints:

  • /batch (POST): Batch search for variants by rsid list.
  • /variant (POST): Search for variants by rsid.
  • /gene_region (GET): Search for variants in a gene region.
  • /visualize (POST): Visualize variants for a specific gene.

Installation

Use pip to install the Ensembl Variant Lookup package.

pip install ensembl-variant-lookup

Usage

  1. Run the Application:

    ensembl-variant-lookup
    

    This command starts the Flask development server, and you can access the application at http://localhost:5000 in your web browser.

  2. Access the Web Interface:

    Open your web browser and navigate to http://localhost:5000 to use the Ensembl Variant Lookup tool.

  3. Single Variant Lookup:

    • Enter a specific RSID in the provided form.
    • Click the "Fetch Variant" button to retrieve detailed information for the specified genetic variant.
  4. Batch Variant Lookup:

    • Enter a list of RSIDs (comma-separated) in the batch search form.
    • Click the "Batch Search" button to obtain information for multiple variants simultaneously.
  5. Gene Lookup:

    • Enter the gene name in the gene lookup form.
    • Click the "Fetch Gene Info" button to retrieve details about the specified gene.

Screenshots

Home

Caption 1: Screenshot of the Home Page.


Single Variant Lookup

Caption 2: Screenshot of the Single Variant Lookup interface.


Batch Variant Lookup

Caption 3: Screenshot of the Batch Variant Lookup interface.


Gene Lookup

Caption 4: Screenshot of the Gene Lookup interface.


Contributing

If you would like to contribute to this project, please contact or leave here an issue issue

Project details


Download files

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

Source Distribution

ensembl_variant_lookup-0.1.2.tar.gz (192.6 kB view hashes)

Uploaded Source

Built Distribution

ensembl_variant_lookup-0.1.2-py3-none-any.whl (193.4 kB 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