likarajo / covid19_prediction

Kaggle: COVID19/SARS B-cell Epitope Prediction [https://www.kaggle.com/futurecorporation/epitope-prediction/tasks]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Prediction

Kaggle: COVID19/SARS B-cell Epitope Prediction

Task 1 : SARS prediction with B-cell data

Predict the epitope region of SARS-CoV by only analyzing the B-cell dataset.

  • Epitope: Epitopes or antigenic determinants are regions of proteins that can trigger a cellular immune response mediated by T or B cells. T cell epitopes are usually protein antigen-derived peptides presented by MHC molecules on antigen-presenting cells and recognized by T-cell receptors.
  • B-cell: B-cells fight bacteria and viruses by making Y-shaped proteins called antibodies, which are specific to each pathogen and are able to lock onto the surface of an invading cell and mark it for destruction by other immune cells.

Task Details

Classifying peptides into two categories:

  • antibodies with inducing properties (positive)
  • antibodies without inducing properties (negative)

Develop a model to predict the antibody valence of the SARS-CoV data.

Evaluation

  • Area Under the Curve(AUC)
    • AUC of epitope prediction for SARS using the B-cell dataset as the training set and the SARS dataset as the test set.

Notebook

SARS prediction


Task 2 : Covid-19 prediction with B-cell and SARS data

Predict the epitope region of SARS-CoV2 by analyzing SARS-CoV and B-cell dataset.
Assumtion: There is a similarity between sequence of SARS-CoV and that of SARS-CoV2.

Task Details

Classifying peptides into two categories:

  • antibodies with inducing properties (positive)
  • antibodies without inducing properties (negative)

Develop a model to predict the antibody valence of the SARS-CoV2 data.

Challenge point: It does not have a target value.

Evaluation

  • Prediction results for SARS-CoV-2 dataset
  • List of epitope predictions for SARS-CoV-2 using the B-cell and SARS datasets as the training set and the SARS-CoV-2 dataset as the test set.

Notebook

COVID prediction

About

Kaggle: COVID19/SARS B-cell Epitope Prediction [https://www.kaggle.com/futurecorporation/epitope-prediction/tasks]

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%