Giter VIP home page Giter VIP logo

gene-prioritization's Introduction

Gene Selection Workflow by LLM

This workflow selects a top candidate gene from a gene set based on LLM and RNA-seq data. The methodology described in [https://doi.org/10.1186/s12967-023-04576-8].

Workflow Steps

Setting

  • Manually create cp config_sample.yml config.yml with parameters
  • Build Docker image: docker build -t gene-prioritization .

Scoring

  • Run scoring in container: docker run --rm -it -v $(pwd):/app gene-prioritization python gene_score/main.py --config config.yml --log log_score_20230110_sample.txt
  • This will generate a scored gene list with evaluative comments and published evidence.

Fact Checking

  • Manually review/fact-check LLM evaluative comments. If wrong, correct the LLM comments manually.
  • Manually create cp results/score_output_20231227.tsv curated.tsv with human curation of evaluative comments (Please see curated_sample.tsv for reference format)
  • Create a txt file showing counts of transcripts resulted from RNA-seq (Please see rnaseq_sample.txt for reference format)

Gene Selection

  • Run selection in container: docker run --rm -it -v $(pwd):/app gene-prioritization python gene_selection/main.py --config config.yml --curated curated.tsv --rnaseq rnaseq.txt --log log_selection_20230110_sample.txt
  • This will generate the final selected gene.

Citation

This workflow is based on the methodology outlined in the following paper:

Toufiq, M., Rinchai, D., Bettacchioli, E. et al. Harnessing large language models (LLMs) for candidate gene prioritization and selection. J Transl Med 21, 728 (2023). https://doi.org/10.1186/s12967-023-04576-8

gene-prioritization's People

Contributors

szktkyk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.