MultiAffinity enables the study of how gene dysregulation propagates on a multilayer network, uncovering key genes on a disease of interest. See the full documentation for more details and a test example.
- Pull image
docker pull marbatlle/multiAffinity
- Run tool
docker run -ti -v "$(pwd)/sample_data:/tool/sample_data" -v "$(pwd)/output:/tool/output" marbatlle/multiaffinity multiaffinity <FILES> <OPTIONS>
- Files e.g.
-c sample_data/sample1_data.csv,sample_data/sample2_data.csv -m sample_data/sample1_metadata.csv,sample_data/sample2_metadata.csv