# MIA - Multi-Omics Integration Analysis


## Prerequisites

Before building, make sure you have the following installed:

# Build Tools
- **CMake** ≥ 3.31 (recommended latest version)
- **C++ Compiler** supporting C++11:
  - **Linux**: GCC or Clang (recommended)
  - **macOS**: Xcode Command Line Tools (`xcode-select --install`) or Homebrew GCC/Clang
  - **Windows**: Visual Studio 2019/2022 (with C++ desktop development workload) or MinGW-w64

# Python Development Environment
- **Python 3.8+** (Python 3.10–3.12 recommended for best compatibility)



##Installation Steps

> cd ../MIA-1.0/source/

# Step 1: Install the Python Package (tensor_py.py + Python bindings)

> python setup.py


# Step 2: Build the Project

> cmake ./
> make


