bctpy icon indicating copy to clipboard operation
bctpy copied to clipboard

brain connectivity toolbox for python

Results 39 bctpy issues
Sort by recently updated
recently updated
newest added

Observing `gateway coefficient` and `flow coefficient` in https://github.com/aestrivex/bctpy/blob/master/bct/algorithms/centrality.py How is this different from Hubs and Authorities from https://www.wikiwand.com/en/HITS_algorithm ?

question

Greetings, I am running into an IndexError problem when using the evaluate_generative_model function. To give you a better picture of what am I doing, I am using hyperopt to optimize...

bug
needs investigation

Just to cut down on confusion When the BCT moves to github, we could do a stable and dev branch as they will probably have. We can probably set up...

enhancement

Questions regarding possible contributions and how well they would be received. - It seems the [visualization](https://github.com/mikarubi/bct/tree/master/BCT/visualization) module of BCT has not been ported to bctpy. Is this intentional? Is this...

enhancement

Would it be possible to have docs online on readthedocs.io? It's already using sphinx, so all that remains to be done is to create a sphinx account and import the...

enhancement
low_priority

Is there anyway you can modify the participation coefficient function to handle sparse matrices? I am trying to calculate it on some huge matrices and I think it would be...

enhancement
needs investigation

Possibly in a variable like `__version__` (`__bct_version__`?) There's less pressure to always stay in lock step with BCT releases if users can at least easily see what they're getting.

enhancement

Hi! Thank you so much for implementing these tools in Python! I am encountering trouble when attempting to run bct.adjacency_plot_und with an adjacency matrix obtained from the NBS algorithm in...

needs_input_sample

Hi, I am a newbie in brain connectivity analysis. How can I analyze modularity/ transitivity or other measures at different network density? Thank you.

question

Here is the MATLAB version comments: ``` flag, 0, undirected graph (default) % **1, directed graph: out-degree** % **2, directed graph: in-degree** % 3, directed graph: out-degree and in-degree ```...

needs investigation