Each team has to consist of 3 people and has a unique team name.
Each team need to submit their reproducible code at the end of contest.
At each stage, each team submit a CSV format file containing final prediction results at the end of contest.
The file name should be in this format: Team name_stage index(e.g. RocheTeam_stage1).
The submission at each stage should have 4 columns. The First column is headed by “sample name” which contains name for each sample. The 2-4 columns are “Microgranuloma”,“Increasedmitosis” and “Hypertrophy” that contain predictions for each pathology.
pathology_prediction=read.csv("../TGGATEs_tutorial_secrete/data/pathology_prediction.csv",header = TRUE,row.names = 1)
head(pathology_prediction)
## Microgranuloma Increasedmitosis Hypertrophy
## enalapril_9 hr_High 0 0 0
## allyl_alcohol_4 day_Low 0 0 0
## isoniazid_8 day_Middle 0 0 0
## clomipramine_8 day_Middle 0 0 0
## rotenone_6 hr_High 0 0 0
## nitrofurantoin_8 day_High 0 0 0
Each team have 6 minutes for the presentation.
Each team need to mention which method they tried at stage2 and number of features that they used for prediction.
For stage3, participants should introduce what is additional information they used to increase prediction power.
Each team should send their reproducible code, presentation and prediction results to this email address (tao.fang@roche.com) before 5:30 PM.
Copyright © 2018 F.Hoffmann-La Roche Ltd-All rights reserved.