Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erinconrad committed May 16, 2024
1 parent 761b9ca commit 86eff77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plots/combined_univariate_fmri_plots.m
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
'entropy (see Fig. S1 and Supplemental Results).'...
' We performed a secondary analysis in which we excluded 15 unilateral patients who did '...
'not undergo surgery or who had one-year Engel outcomes >1. We observed similar trends '...
'in this smaller patient cohort (Supplemental Results, Fig. S2).</p>']);
'in this smaller patient cohort (Fig. S2).</p>']);
else
fprintf(sfid,['We next compared the set of features that best distinguished '...
'left from bilateral SOZs versus right from bilateral SOZs (Fig. S2B). '...
Expand Down
10 changes: 5 additions & 5 deletions plots/make_table_1.m
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,10 @@
'or because of discordant lateralities between the two primary pre-implant hypotheses.']);
%}

fprintf(fid,['TLE lateralities were imbalanced across the two centers, with '...
'left TLE being more prevalent at HUP (%1.1f left, %1.1f right, %1.1f bilateral),'...
'and right TLE being more prevalent at MUSC '...
'(%1.1f left, %1.1f right, %1.1f bilateral)'],...
fprintf(fid,[' TLE lateralities were imbalanced across the two centers, with '...
'left TLE being more prevalent at HUP (%1.1f%% left, %1.1f%% right, %1.1f%% bilateral),'...
' and right TLE being more prevalent at MUSC '...
'(%1.1f%% left, %1.1f%% right, %1.1f%% bilateral).'],...
sum(left==1 & is_hup)/sum(~isnan(left(is_hup)))*100,...
sum(right==1 & is_hup)/sum(~isnan(right(is_hup)))*100,...
sum(bilateral==1 & is_hup)/sum(~isnan(bilateral(is_hup)))*100,...
Expand All @@ -685,7 +685,7 @@
n_sleep = T.n_sleep;
fprintf(fid,[' Of the 72 time segments studied per patient, '...
'a median of %1.1f (IQR %1.1f-%1.1f) were determined to represent '...
'wakefulness, and %1.1f (IQR %1.1f-%1.1f) were determined to be in NREM sleep.</p>'],...
'wakefulness, and %1.1f (IQR %1.1f-%1.1f) were determined to be in N2 or N3 sleep.</p>'],...
median(n_wake),prctile(n_wake,25),prctile(n_wake,75),...
median(n_sleep),prctile(n_sleep,25),prctile(n_sleep,75));

Expand Down

0 comments on commit 86eff77

Please sign in to comment.