Skip to content

Tool to model the given variant provided as input in HGVS format to generate interesting attributes relating to the interacting neighbor genes.

Notifications You must be signed in to change notification settings

glanzz/neighborfoxp1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighbor FoxP1

Author: Bhargav C N, Hitesh K

  • The tool models the given variant provided as input in HGVS format by reading the fasta of the existing FOXP1 and mutating upon it.
  • The mutation sequence model is used further compare with the genes that have affiliation towards FOXP1
  • Various quanitifiable attributes are derived between these models
  • The derived attributes are presented to visualize alongside the limited dataset of severity associated with the FOXP1 variant and possible precautions to be taken. This approach allows us to map the limited dataset (which as a whole provides for lesser correlation) to abundant data of genes which are different and provide high correlation to understand the role it plays in treatement of rare disease.

Internal Working

The working of the model involves three major steps:

  • Model the mutation of the gene using the input provided in HVGS format
  • Load all the models of genes that interact with FOXP1
  • Generate attributes which count for the correlation between the genes

Usage

Note: Requires python >=3.12

  • Install requirements
    pip install -r requirements.txt
  • The application is configured to use as both API and commandline tool Use command to run the local server and access API
    flask run
  • Use command line by the following command
     flask generate --genes gatad2b,il2 --name c.532C>T p.(Gln178*)
    The genes are genes that foxp1 interact with and name is the HGVS format representation of FOXP1 mutation
  • Use the visual tool by running
      cd app/interface/foxp1
      npm start
    

SnapShots

Screenshot 2024-03-03 at 1 38 15 PM Screenshot 2024-03-03 at 1 43 45 PM

About

Tool to model the given variant provided as input in HGVS format to generate interesting attributes relating to the interacting neighbor genes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published