{"id":18877854,"url":"https://github.com/filipinascimento/bl-network-preprocess","last_synced_at":"2026-02-19T07:30:15.830Z","repository":{"id":140080427,"uuid":"249109934","full_name":"filipinascimento/bl-network-preprocess","owner":"filipinascimento","description":"App to preprocess connectivity/similarity matrices (conmat) and generate a filtered version of the network, which can be directed or undirected, weighted or unweighted.","archived":false,"fork":false,"pushed_at":"2020-10-15T18:11:49.000Z","size":746,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T02:26:44.139Z","etag":null,"topics":["network"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filipinascimento.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-22T04:02:42.000Z","updated_at":"2020-10-15T18:06:53.000Z","dependencies_parsed_at":"2024-03-31T00:15:28.908Z","dependency_job_id":null,"html_url":"https://github.com/filipinascimento/bl-network-preprocess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipinascimento%2Fbl-network-preprocess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipinascimento%2Fbl-network-preprocess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipinascimento%2Fbl-network-preprocess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipinascimento%2Fbl-network-preprocess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filipinascimento","download_url":"https://codeload.github.com/filipinascimento/bl-network-preprocess/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239839784,"owners_count":19705837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["network"],"created_at":"2024-11-08T06:22:18.964Z","updated_at":"2026-02-19T07:30:15.785Z","avatar_url":"https://github.com/filipinascimento.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Abcdspec-compliant](https://img.shields.io/badge/ABCD_Spec-v1.1-green.svg)](https://github.com/brain-life/abcd-spec)\n[![Run on Brainlife.io](https://img.shields.io/badge/Brainlife-bl.app.1-blue.svg)](https://doi.org/10.25663/brainlife.app.289)\n\n# Network Preprocess\nApp to preprocess networks and generate a filtered version of it, which can be directed or undirected, weighted or unweighted.\n\n### Authors\n- [Filipi N. Silva](https://filipinascimento.github.io)\n\n### Contributors\n- [Franco Pestilli](https://liberalarts.utexas.edu/psychology/faculty/fp4834)\n\n\n### Funding Acknowledgement\nbrainlife.io is publicly funded and for the sustainability of the project it is helpful to Acknowledge the use of the platform. We kindly ask that you acknowledge the funding below in your publications and code reusing this code.\n\n[![NSF-BCS-1734853](https://img.shields.io/badge/NSF_BCS-1734853-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1734853)\n[![NSF-BCS-1636893](https://img.shields.io/badge/NSF_BCS-1636893-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1636893)\n[![NSF-ACI-1916518](https://img.shields.io/badge/NSF_ACI-1916518-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1916518)\n[![NSF-IIS-1912270](https://img.shields.io/badge/NSF_IIS-1912270-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1912270)\n[![NIH-NIBIB-R01EB029272](https://img.shields.io/badge/NIH_NIBIB-R01EB029272-green.svg)](https://grantome.com/grant/NIH/R01-EB029272-01)\n\n\n### Citations\n1. Avesani, P., McPherson, B., Hayashi, S. et al. The open diffusion data derivatives, brain data upcycling via integrated publishing of derivatives and reproducible open cloud services. Sci Data 6, 69 (2019). [https://doi.org/10.1038/s41597-019-0073-y](https://doi.org/10.1038/s41597-019-0073-y)\n\n2. Bassett, Danielle S., and Olaf Sporns. \"Network neuroscience.\" Nature neuroscience 20, no. 3 (2017): 353. [https://doi.org/10.1038/nn.4502](https://doi.org/10.1038/nn.4502)\n\n\n## Running the App \n\n### On Brainlife.io\n\nYou can submit this App online at [https://doi.org/10.25663/brainlife.app.289](https://doi.org/10.25663/brainlife.app.289) via the \"Execute\" tab.\n\n### Running Locally (on your machine)\nSingularity is required to run the package locally.\n\n1. git clone this repo.\n\n```bash\ngit clone \u003crepository URL\u003e\ncd \u003crepository PATH\u003e\n```\n\n2. Inside the cloned directory, edit `config-sample.json` with your data or use the provided data.\n\n3. Rename `config-sample.json` to `config.json` .\n\n```bash\nmv config-sample.json config.json\n```\n\n4. Launch the App by executing `main`\n\n```bash\n./main\n```\n\nThe `filsilva/cxnetwork` ( [https://github.com/filipinascimento/cxnetworks-docker](https://github.com/filipinascimento/cxnetworks-docker) ) docker image is being used.\n\n### Sample Datasets\n\nA sample dataset is provided in folder `data` and `config-sample.json`\n\n## Output\n\nThe output is a preprocessed `network` data type.\n\n### Dependencies\n\nThis App only requires [singularity](https://www.sylabs.io/singularity/) to run. If you don't have singularity, you will need to install the python packages defined in `environment.yml`, then you can run the code directly from python using:  \n\n```bash\n./main.py config.json\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipinascimento%2Fbl-network-preprocess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilipinascimento%2Fbl-network-preprocess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipinascimento%2Fbl-network-preprocess/lists"}