README.md 1.8 KB
Newer Older
rictjo's avatar
clr  
rictjo 已提交
1
# Simple Group Analysis
rictjo's avatar
package  
rictjo 已提交
2
Decomposes a set of expressions into a group expression.
rictjo's avatar
clr  
rictjo 已提交
3
The toolkit currently offers enrichment analysis, hierarchical
rictjo's avatar
rictjo 已提交
4 5
enrichment analysis, PLS regression, Shape alignment or clustering
as well as  rudimentary factor analysis.
rictjo's avatar
clr  
rictjo 已提交
6
The expression regulation can be studied via a statistical
rictjo's avatar
rictjo 已提交
7
test that relates it to the observables in the journal file.
rictjo's avatar
clr  
rictjo 已提交
8 9
The final p values are then FDR corrected and the resulting
adjusted p values are produced.
rictjo's avatar
init  
rictjo 已提交
10 11


rictjo's avatar
rictjo 已提交
12
Visit the active code via :
rictjo's avatar
package  
rictjo 已提交
13 14
https://github.com/richardtjornhammar/impetuous

rictjo's avatar
rictjo 已提交
15
Visit the published code : 
rictjo's avatar
rictjo 已提交
16
https://doi.org/10.5281/zenodo.2594690
rictjo's avatar
package  
rictjo 已提交
17

rictjo's avatar
rictjo 已提交
18
Cite using :
rictjo's avatar
rictjo 已提交
19
DOI: 10.5281/zenodo.2594690
rictjo's avatar
rictjo 已提交
20

rictjo's avatar
desc  
rictjo 已提交
21
# Pip installation with :
rictjo's avatar
rictjo 已提交
22
pip install impetuous-gfa
rictjo's avatar
desc  
rictjo 已提交
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50

# Version controlled installation of the Impetuous library

The Impetuous library

In order to run these code snippets we recommend that you download the nix package manager. Nix package manager links from Oktober 2020:

https://nixos.org/download.html

$ curl -L https://nixos.org/nix/install | sh

If you cannot install it using your Wintendo then please consider installing Windows Subsystem for Linux first:

https://docs.microsoft.com/en-us/windows/wsl/install-win10

In order to run the code in this notebook you must enter a sensible working environment. Don't worry! We have created one for you. It's version controlled against python3.7 and you can get the file here:

https://github.com/richardtjornhammar/rixcfgs/blob/master/code/environments/impetuous-shell.nix

Since you have installed Nix as well as WSL, or use a Linux (NixOS) or bsd like system, you should be able to execute the following command in a termnial:

$ nix-shell impetuous-shell.nix

Now you should be able to start your jupyter notebook locally:

$ jupyter-notebook impetuous_finance.ipynb

and that's it.