Skip to content

Commit

Permalink
Update compute_anova.py
Browse files Browse the repository at this point in the history
updated output
  • Loading branch information
MirkoZanon committed Sep 8, 2024
1 parent ae16797 commit 4b00f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numan_plus/compute_anova.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def compute_anova_neurons(Q, C, Hf, alpha_level, n_permutations, filtered_idx):#
#anova_df.to_csv(f'./caiman_final_datasets/numerosityCells_{brain_region_tag}.csv')
#print('\033[1m\nYour number units are calculated.\033[0m\nYou can find them in ./processed/caiman_final_dataset')

return R, chance_lev, anova_df#, save_df
return R, chance_lev, anova_df, pref_num, excitatory_or_inhibitory#, save_df

def compute_shuffled_anova_neurons(Q, C, Hf, alpha_level, n_permutations):#, save_df):

Expand Down

0 comments on commit 4b00f2a

Please sign in to comment.