Git Product home page Git Product logo

vtoolkit's Introduction

vtoolkit: Toolkit for the annotation of antibody variable (V) region

Update: January 10, 2023 (Version 1.0)

Introduction

Vtoolkit identify V regions of antibodies firstly, and number V regions according to the IMGT unique numbering scheme. Based on the hallmark sites (42, 49, 50 and 52) on FR2, vtoolkit is able to separate variable genes of HCAbs (VHHs) from variable genes of conventional antibodies (VHs).

Functions

  • Find V regions, and their subrgions, including FRs and CDRs
  • IMGT numbering
  • Determine V gene types

How vtoolkit works

V (region) detector

V detector was packed in vtoolkit to identify V regions of antibody heavy chain. It consists of 4 FR detectors, FR1/2/3/4 detector, which were fitted with Naive Bayes Classifier (scikit-learn 1.2.0). Initially, FRs were detected with FR1/2/3/4 detectors. After the detection of FRs, CDRs and the whole V region could be easily inferred from the query sequences (Figure 1). Then, vtoolkit will number V regions according to IMGT scheme.

V gene classifier

In vtoolkit, V classifier was applied to determine the types of the V gene, which were fitted with Naive Bayes Classifier (scikit-learn 1.2.0). The hallmark sites of 42, 49, 50 and 52 were inclued as features in V calssifer.

Usage

Identify V regions from antibodies (protein sequences)

Use vtoolkit to identify variable regions from query sequences.

python/main.py \
  examples/refs.faa \
  examples/refs.annotated.csv 

Camel V gene classification: separate VHHs from VHs

python/main.py \
  examples/camel.faa \
  examples/camel.annotated.csv 

References

Release Notes

v1.0, 2023.1.10, original version

vtoolkit's People

Contributors

yancylau avatar

Watchers

 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.