Skip to content

Commit

Permalink
Update Normalize_full_process_run_processed_data.m
Browse files Browse the repository at this point in the history
  • Loading branch information
RajanikantPanda authored Jan 25, 2022
1 parent 8d6c0cb commit 7ab71fc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Normalize_full_process_run_processed_data.m
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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')
%set(gca, 'XTickLabel', {'Controls', 'MCS', 'MCS*', 'UWS'}); ylabel('Low Hemisphere')

0 comments on commit 7ab71fc

Please sign in to comment.