https://github.com/cbica/nichart_workflows

https://github.com/cbica/nichart_workflows

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: CBICA
  • Language: HTML
  • Default Branch: main
  • Size: 321 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 3
  • Open Issues: 3
  • Releases: 1
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

NiChartWorkflows

A toolkit that allows users to apply NiChart processing methods and pre-trained models on their data. NiChartWorkflows includes tools for data harmonization and machine learning, using pre-trained models and reference distributions provided by NiChartEngine. NiChartWorkflow utilizes Snakemake workflows to define multi-step image processing and data analytics pipelines.

Workflow Diagram

Installation:

Install dependencies for the NiChartWorkflows in a conda environment using the following commands. NiChartWorkflows uses snakemake to automate things, which is (most easily) installed with mamba.

Note: Installation tested on macOS and Linux. Windows compatibility is not guaranteed.

bash conda install -n base -c conda-forge mamba # If needed mamba init # If first time installing, then potentially source ~/.bashrc mamba create -c conda-forge -c bioconda -n NiChart_Workflows python=3.8 mamba activate NiChart_Workflows pip install NiChart-Viewer-Demo spare-scores NiChartHarmonize mamba install -c conda-forge -c bioconda snakemake Note: Mamba installation from conda-forge may be slow. Linux x86 64 users can use a faster alternative:

bash 1. wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh 2. bash Mambaforge-Linux-x86_64.sh 3. For installation, Yes everything 4. Re-start your kernel (re-open) 5. Check installation by typing "mamba" in the prompt

Usage:

Users can apply NiChart workflows to their data with a few simple steps:

1. Copy Data: Transfer your data to the designated input folder within the project directory.

2. Edit Configuration File: Make any necessary adjustments to the configuration file as specified by the package documentation.

3. Run Workflow: Execute the Snakemake workflow to initiate the analysis.

! For successful workflow execution, user data should meet specific requirements. Current version uses DLMUSE ROI volumes and sample demographic data as input. Please see the test dataset for an example.

! DLMUSE ROI volumes can be calculated by installing and running the DLMUSE package, or by applying it on the NiChart cloud

Examples:

We provided a test dataset "input/vTest1" as an example. The dataset includes demographic data (Study1Demog.csv) and regional brain volumes (Study1DLMUSE.csv) for a test set. Please use the test data as a reference for your input data.

You can apply the structural MRI workflow on this dataset as follows:

console cd workflows/w_sMRI snakemake -np ## Dry run snakemake --cores 1 ## Run the pipeline on Study1 data provided in the vTest1 dataset

If the workflow works successfully, workflow steps will be run on the data. Result files will be created inside the output folder:

"../../output/vTest1",

and the viewer will be launched with the combined result file as input.

Contributing:

We welcome contributions from the community! If you have bug fixes, improvements, or new features, please consider creating a pull request. Before submitting a pull request, please:

  • Ensure your code adheres to the existing code style and formatting.
  • Include clear documentation for your changes.
  • Write unit tests for any new functionality.

License:

This project is licensed under the [License Name] license. Please refer to the LICENSE file for the full license text. (Replace [License Name] with the actual license used by your project, such as MIT, Apache, or BSD)

Contact:

For any inquiries, please contact guray.erus@pennmedicine.upenn.edu. (Last Updated: 5/24/2024)

Owner

  • Name: Center for Biomedical Image Computing & Analytics (CBICA)
  • Login: CBICA
  • Kind: organization
  • Email: software@cbica.upenn.edu
  • Location: Philadelphia, PA

CBICA focuses on the development and application of advanced computation techniques.

GitHub Events

Total
  • Issue comment event: 1
Last Year
  • Issue comment event: 1