Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA
INF
Commits
b422bb46
Commit
b422bb46
authored
Mar 26, 2020
by
Alessia Marcolini
Browse files
Improve Setup section with detailed description of mlpy installation
parent
0b30429c
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
b422bb46
##
# Integrative Network Fusion (INF)
# Integrative Network Fusion (INF)


**
Setup
**
##
Setup
```
bash
```
bash
git clone https://gitlab.fbk.eu/MPBA/INF
git clone https://gitlab.fbk.eu/MPBA/INF
cd
INF
cd
INF
...
@@ -9,19 +9,44 @@ conda env create -f env.yml -n inf
...
@@ -9,19 +9,44 @@ conda env create -f env.yml -n inf
conda activate inf
conda activate inf
```
```
### Additional dependencies
#### R dependencies
To install the R dependencies (not in conda channels), run the following command via the R prompt:
To install the R dependencies (not in conda channels), run the following command via the R prompt:
```
bash
```
bash
install.packages
(
"TunePareto"
)
install.packages
(
"TunePareto"
)
```
```
To install
`mlpy`
, follow the instructions
[
here
](
https://gitlab.fbk.eu/MPBA/mlpy
)
.
#### MLPY
To install
`mlpy`
follow this instructions:
`mlpy`
package is required for some operations included in the DAP procedure.
The
`mlpy`
package available on PyPI is outdated and not working on OSX platforms.
These are the steps to follow:
Let
`<ANACONDA>`
be your anaconda path (e.g.,
`/home/user/anaconda3`
).
Adjust these environmental variables:
```
bash
export
LD_LIBRARY_PATH
=
<ANACONDA>/envs/<ENV>/lib:
${
LD_LIBRARY_PATH
}
export
CPATH
=
<ANACONDA>/envs/<ENV>/include:
${
CPATH
}
```
and then install
`mlpy`
from GitLab:
```
bash
pip
install
git+https://gitlab.fbk.eu/MPBA/mlpy.git
```
#### Other Python dependencies
To install
`bootstrapped`
:
To install
`bootstrapped`
:
```
bash
```
bash
pip
install
bootstrapped
pip
install
bootstrapped
```
```
## Usage
**Input files**
**Input files**
*
omics layer 1 data: samples x features, tab-separated, with row & column names
*
omics layer 1 data: samples x features, tab-separated, with row & column names
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment