From 7ab71fcdd5c0478a3cef243de1f487a3a6e4693b Mon Sep 17 00:00:00 2001 From: Rajanikant Panda Date: Tue, 25 Jan 2022 11:07:59 +0100 Subject: [PATCH] Update Normalize_full_process_run_processed_data.m --- Normalize_full_process_run_processed_data.m | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Normalize_full_process_run_processed_data.m b/Normalize_full_process_run_processed_data.m index 7e904f0..c6e4978 100644 --- a/Normalize_full_process_run_processed_data.m +++ b/Normalize_full_process_run_processed_data.m @@ -1,3 +1,15 @@ +%%%%%%%%%%%%%% PET_Metabolic_Index %%%%%%%%%%%% +%%%%%%% Developed By: Johan Stender +%%%%%%% Modified and Adopted By: Rajanikant Panda +%%%%%%% Date of Development: 1st May 2019 +%%%%%%% Date of Modification: 1st December 2021 +%%%%%%% Supervised: Steven Laureys and Jitka Annen +%%%%%%% Guided By: Aurore Thibaut and Olivia Olivia Gosseries +%%%%%%% Reference papers: +%%%%%%% 1. Stender J, Gosseries O, Bruno M-A, et al. (2014) Diagnostic precision of PET imaging and functional MRI in disorders of consciousness: a clinical validation study. Lancet, 384: 514– 522. +%%%%%%% 2. Thibaut and Panda et al. (2021). Preservation of brain activity in unresponsive patients identifies MCS star. Annals of Neurology, 90(1), 89-100. +%%%%%%%%%%%%%%%%%%% + clc clear @@ -196,4 +208,4 @@ set(gca, 'XTickLabel', {'No-Loca', 'LOCA', 'MCS-', 'Control'}); ylabel('MIBH') %low_hemisphere=[control_low_hemisphere';mcs_low_hemisphere';mcsstar_low_hemisphere';vs_low_hemisphere']; %figure(); notBoxPlot(low_hemisphere,Grp,0.5,'patch',ones(length(low_hemisphere),1)); -%set(gca, 'XTickLabel', {'Controls', 'MCS', 'MCS*', 'UWS'}); ylabel('Low Hemisphere') \ No newline at end of file +%set(gca, 'XTickLabel', {'Controls', 'MCS', 'MCS*', 'UWS'}); ylabel('Low Hemisphere')