Skip to content

FluSysBio/MAIVeSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Machine-learning Assisted Influenza VaccinE Strain Selection framework (MAIVeSS)

We present a computational method based on genome sequencing that enables rapid selection of an antigenically matched and high-yield influenza vaccine strain directly from clinical samples.

File structure

This repository contains five folders

  1. Training and testing code for all the methods metioned in the paper which includes 10-fold cross validation.
  • AntCode folder has all the necessary code for antigenicity analysis in the paper.
  • YieCode folder has all the necessary code for yield analysis in the paper.
  • GlyCode folder has all the necessary code for glycan binding analysis in the paper.
  1. Antigenicity model
  1. Yield model
  • Growth data was collected from our lab experiments (see Table S4) from both cell and egg for training purpose.
  • 11424 seqeunces were collected from GISAID (https://www.gisaid.org/) with their accession number in fasta file for testing purpose.
  1. Glycan Bidning model
  • binding data was collected from our lab experiments (see Table S4) for training purpose.
  1. Prediction model
  • The main function for predict antigenic distance and virus yield.

Usage

  1. Matlab enviroment required (version R2023a or under on a Windows system). No extra toolbox requirment.
  2. Run MAIVeSS 10-fold cross validation model using pre-processed data by Main10fold.m in AntCode/YCode/GlyCode folder (training).
  3. Run MAIVeSS testing model using pre-processed data by MainTesting.m in AntCode/YCode/GlyCode folder (testing).
  4. Run Prediction.m in Prediction folder to get predicted antigenic distance and virus yield (Prediction).

Feedback

Let me know if you have any questions or comments at chenggao@mail.missouri.edu or wanx@missouri.edu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages