Skip to content

Commit

Permalink
Merge pull request #122 from brianqiu/dev2
Browse files Browse the repository at this point in the history
looks good merging functions/README
  • Loading branch information
BenjaminHsieh committed Dec 14, 2015
2 parents 0a5acce + a8075db commit ad5de55
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions code/utils/functions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
##Functions

- `basic_util.py` contains basic functions to give the mean across voxels of r
aw bold data and create dictionaries mapping txt or bold files to figures

- `behavtask_tr.py` contains functions to merge behav and task condition files
and return the predicted neural time course

- `calc_t.py` calculates the t-value of a voxel's beta gain and beta loss

- `lme_functions.py` calculates beta parameters, p-values, convergence info, a
nd ANOVA tests

- `logistic_function.py` has functions to give a confusion matrix on the logis
tic regression and to give the ROC curve and AUC score

- `outlierfunction.py`finds outliers based on DVARS and framewise displacement

- `pearson.py` is the function to find pearson correlation

- `regression_functions.py` contains functions to get regressors, calculate th
e betas and MRSS of a linear regression on BOLD as well as delete outliers

- `smooth_gaussian.py` functions smooth BOLD data

- `sig_region.py` is the function to find number and mean of significant p-va
lues for given volume of p-values

0 comments on commit ad5de55

Please sign in to comment.