Skip to content
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

More efficient usage of clique sizes. #1

Open
3 tasks
mnarayan opened this issue Aug 30, 2018 · 0 comments
Open
3 tasks

More efficient usage of clique sizes. #1

mnarayan opened this issue Aug 30, 2018 · 0 comments

Comments

@mnarayan
Copy link
Member

Proposed modifications to https://github.com/TheEtkinLab/2018-tms-netsci/blob/master/src/models/cc_fmri_persistent_conductance.m

  • Create a version that only counts maximal cliques of size 2, 3, and >=4. It looks like cliques of size 5 or more are often highly unstable and are not to be found across majority of resamples.

  • For more expanded clique version, only use n_cliques that are non-zero

  • Do the same for both conductances and degree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant