MSc in Precision Health & Medicine
MSc in Precision Health & Medicine
Recommended for:
-
Medical
Graduates
-
Life Science
Graduates
-
Math Computing
Engineering
Graduates
- MBBS or Good BSc Hons In Science / Math / Engineering / Computing
- Apptitude for statistic and or computing (for non-math, engineering/computing graduates)
- Proficiency in English
- Relevant working experience (for non-math, engineering/computing graduates)
- Genetics, Genomics & Metabolomics in Precision Medicine
- Statistics for Precision Medicine
- High performance computing & Big data analysis in Precision Medicine
- Artificial intelegence & machine learning for Precision Medicine
- Ethics & Economics in Precision Medicine
- Technological Innovation in Precision Medicine
- Clinical Perspective of Precision Medicine
- Effective Communication of Precision Medicine
- Precision Therapeutics
- Precision drug discovery and pharmacogenomics
- Precision Diagnostic / Prognostic
- Precision Onology
- Precision Biomarker Identification
Full Time (2 years)
- 1 year of course work
- 1 year of capstone project
Part Time (3 years)
Diploma (1 year)
For more information, you can visit here or contact mscphm@nus.edu.sg
jQuery("#btn-trigger").click(function(){
var text = jQuery("#btn-trigger .elementor-button-text").html();
jQuery('.elementor-toggle-item .elementor-tab-title').each(function(i, obj) {
if(text == 'Expand All'){
if(jQuery(obj).hasClass('elementor-active')){
//do nothing
}
else{
jQuery(obj).click();
}
}
else{
if(jQuery(obj).hasClass('elementor-active')){
jQuery(obj).click();
}
else{
//do nothing
}
}
});
//jQuery(".elementor-toggle-item .elementor-tab-title").click();
if( text == 'Expand All'){
jQuery("#btn-trigger .elementor-button-text").html('Collapse All');
}
else{
jQuery("#btn-trigger .elementor-button-text").html('Expand All');
}
return false;
});