PAMOGK
Project description
PAMOGK
Installation
Getting the Code Base
You can either checkout the code base through git:
git clone https://github.com/tastanlab/pamogk.git
or you can download the master branch from:
Python Environment
Project mainly uses python, but some of the plot generation codes use matlab or output html files (plotly.js). Also some libraries might be dependent on operating system. In our tests we used Debian 12.04LTS and macOS Catalina.
First install pipenv
using the instructions given:
We are using pipenv because of version locking and predictive builds.
Setting up MOSEK
We are using MOSEK Optimizer API for optimizing view weights, and in order to use MOSEK you will need a license file. MOSEK provides free certificates for academic purposes and free trial certificates for Commercial usages. You can see check the link below for information on how to acquire an academic license:
License File Placement
You can either place the license file under user's home directory in a folder named mosek
e.g:
$HOME/mosek/mosec.lic # *nix/macOS users
%USERPROFILE%\mosek\mosek.lic # windows users
Other option is to set the MOSEKLM_LICENSE_FILE
environment variable to your license file location.
We also look for the license file paths in some custom paths (by overwriting MOSEKLM_LICENSE_FILE
if not present).
You can check pamogk.config.MOSEK_SUPPORTED_PATHS
to see a list of supported paths.
For more information:
https://docs.mosek.com/9.2/install/installation.html#setting-up-the-license
Dependencies
Install dependencies with:
pipenv install
Required Environment Variables
You can add a .env
file that will be loaded by pipenv
Also please don't forget to export MOSEKLM_LICENSE_FILE
variable as well if you are using a path other
than $HOME/mosek/mosek.lic
:
# required for experiment running
PYTHONPATH=${PYTHONPATH}:.
MOSEKLM_LICENSE_FILE=$MY_MOSEK_LICENSE_FILE_PATH
Folder Structure
- pamogk: package root folder
- kernels: Kernel methods to calculate distance between patients. Will try to extend these!
- data_processor: Data processors/converters used to convert different forms of data to usable forms. Will try to extend these!
- gene_mapper: Uniprot/Entrez gene mapping matcher for different datasets using different gene IDs. Will try to separate to its own package or along with other tools.
- pathway_reader: https://.ndexbio.org CX format, and http://kegg.jp KGML format reader and converters. Will try to separate to its own package or along with other tools.
- data: Data files that are both raw or generated by the project. Keeping intermediate files saves a lot of computation time where applicable. (not included in package)
- experiments: Experiments done on real data. (not included in package)
Experiments
Running Experiments
You should run experiments either by starting a pipenv environment shell by:
pipenv shell
or through pipenv with:
pipenv run experiments/pamogk_all_exp_1.py
This ensures that experiments are run with correct environment.
Experiment Parameters
Experiments are code entry points that have arguments that change per experiment. You can see their arguments by
running them with --help
parameter. e.g:
./experiments/pamogk_all_exp_1.py --help
and you should see help as such:
usage: pamogk_all_exp_1.py [-h] [--rs-patient-data file-path]
[--rp-patient-data file-path]
[--som-patient-data file-path]
Run PAMOGK-mut algorithms on pathways
optional arguments:
-h, --help show this help message and exit
--rs-patient-data file-path, -rs file-path
rnaseq pathway ID list
--rp-patient-data file-path, -rp file-path
rppa pathway ID list
--som-patient-data file-path, -s file-path
som mut pathway ID list
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pamogk-2.2.0.tar.gz
.
File metadata
- Download URL: pamogk-2.2.0.tar.gz
- Upload date:
- Size: 96.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.5 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a7919b15fc79fead594091eaa88e5fcbe890331cca4bf9aa7f4fb93b1eb78cf |
|
MD5 | e7424cc58e5e5a88aa16ad130f89f3a8 |
|
BLAKE2b-256 | 00db60af162156a56144f2d259167bf32b9c6e304ffd22a9ccea7924758160ea |
File details
Details for the file pamogk-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: pamogk-2.2.0-py3-none-any.whl
- Upload date:
- Size: 104.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.5 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba6d179aaacbadd9675eae46783e7360cf6ed52131d4af7dc828146d911cd0f |
|
MD5 | 07fe30fcb6f910a7c75f21788abd11f5 |
|
BLAKE2b-256 | 08945a52edb7d7259649a0348b251ce3ba213e7670c79c4415eaab0d29a9c64d |