forked from rsagroup/rsatoolbox_matlab
-
Notifications
You must be signed in to change notification settings - Fork 2
Master #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Master #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ot included anywhere. We should probably update this on the current public download too.
This file is referenced in Modules/compareRefRDM2candRDMs.m, but is not included anywhere.
This file has existed outside the github repository for years, I'm just adding it in.
Include missing exhaustivePermutations file.
- Structure containing Mask image to rsa.defineSearchlight_surface now requires the mask variable (was previous data variable) - Moved readMask to base directory, now is rsa.readMask and can be used to read mask images in the correct format for rsa.defineSearchlight_surface - Moved readSurf to base directory, now is rsa.readSurf - Added surfing functions in +surf package (required for rsa.defineSearchlight_surface) - Fixed calling function to surfing_coords2linvoxelidxs in rsa.defineSearchlight_surface so that Mask is applied when defining searchlights - Modified documentation for a handful of searchlight functions
- Readme.md contains overview of toolbox - Manual in markdown is in rsa_toolbox_manual.md - info.txt contains a link to a primer on using markdown to write formatted text - makepdf.txt contains information on how to compile markdown manual file to create a pdf
…2candRDMs.m, made sure that FDRthreshold doesn't return empty p if nothing gets significant
Edit the color bar setting to make it compatible with Matlab version newer than R2015a.
Edit the color bar setting (compatibility with Matlab versions greater than R2015a).
Fixed bootstrap tests and included BCa and percentile confidence intervals
Many thanks to Markus Aichhorn for reporting this error.
In the original version, dotSize in the MDS plot could not be adjusted by users. Reason identified: The dotSize parameter is stored in userOption instead of localOptions, but the old script mistakenly tried to retrieve the dotSize information from the localOption. I edited the code so that dotSize is now rerived from the correct variable.
Enable dotSize in the MDS plot to be adjustable
added missing functions to searchlight scripts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.