python-katlas 0.0.2__tar.gz → 0.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python-katlas-0.0.2/python_katlas.egg-info → python-katlas-0.0.4}/PKG-INFO +1 -1
- python-katlas-0.0.4/katlas/__init__.py +1 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/katlas/_modidx.py +2 -2
- {python-katlas-0.0.2 → python-katlas-0.0.4}/katlas/core.py +1 -1
- {python-katlas-0.0.2 → python-katlas-0.0.4/python_katlas.egg-info}/PKG-INFO +1 -1
- {python-katlas-0.0.2 → python-katlas-0.0.4}/python_katlas.egg-info/requires.txt +10 -7
- {python-katlas-0.0.2 → python-katlas-0.0.4}/settings.ini +4 -4
- python-katlas-0.0.2/katlas/__init__.py +0 -1
- {python-katlas-0.0.2 → python-katlas-0.0.4}/LICENSE +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/MANIFEST.in +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/README.md +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/katlas/dl.py +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/katlas/feature.py +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/katlas/imports.py +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/katlas/plot.py +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/katlas/train.py +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/python_katlas.egg-info/SOURCES.txt +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/python_katlas.egg-info/dependency_links.txt +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/python_katlas.egg-info/entry_points.txt +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/python_katlas.egg-info/not-zip-safe +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/python_katlas.egg-info/top_level.txt +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/setup.cfg +0 -0
- {python-katlas-0.0.2 → python-katlas-0.0.4}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.3"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Autogenerated by nbdev
|
|
2
2
|
|
|
3
3
|
d = { 'settings': { 'branch': 'main',
|
|
4
|
-
'doc_baseurl': '/katlas',
|
|
4
|
+
'doc_baseurl': '/python-katlas',
|
|
5
5
|
'doc_host': 'https://sky1ove.github.io',
|
|
6
|
-
'git_url': 'https://github.com/sky1ove/katlas',
|
|
6
|
+
'git_url': 'https://github.com/sky1ove/python-katlas',
|
|
7
7
|
'lib_path': 'katlas'},
|
|
8
8
|
'syms': { 'katlas.core': { 'katlas.core.CPTAC': ('core.html#cptac', 'katlas/core.py'),
|
|
9
9
|
'katlas.core.CPTAC._fetch_data': ('core.html#cptac._fetch_data', 'katlas/core.py'),
|
|
@@ -7,7 +7,7 @@ __all__ = ['param_PSPA_st', 'param_PSPA_y', 'param_PSPA', 'param_CDDM', 'param_C
|
|
|
7
7
|
'query_gene', 'get_ttest', 'get_metaP', 'raw2norm', 'get_one_kinase']
|
|
8
8
|
|
|
9
9
|
# %% ../nbs/00_core.ipynb 4
|
|
10
|
-
import math, pandas as pd, numpy as np
|
|
10
|
+
import math, pandas as pd, numpy as np
|
|
11
11
|
from tqdm import tqdm
|
|
12
12
|
from scipy.stats import chi2
|
|
13
13
|
from typing import Callable
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
statsmodels
|
|
2
|
+
fastparquet
|
|
3
|
+
|
|
4
|
+
[dev]
|
|
5
|
+
nbdev
|
|
6
|
+
pyngrok
|
|
7
|
+
fastai>=2.7.12
|
|
8
|
+
fastbook
|
|
9
|
+
fairscale
|
|
10
|
+
fair-esm
|
|
2
11
|
logomaker
|
|
3
12
|
seaborn
|
|
4
13
|
rdkit
|
|
5
14
|
umap-learn
|
|
6
15
|
adjustText
|
|
7
16
|
bokeh
|
|
8
|
-
biopython
|
|
9
17
|
scikit-learn>=1.3.0
|
|
10
|
-
statsmodels
|
|
11
18
|
openpyxl
|
|
12
|
-
|
|
13
|
-
[dev]
|
|
14
|
-
nbdev
|
|
15
|
-
pyngrok
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
### Python library ###
|
|
6
6
|
repo = python-katlas
|
|
7
7
|
lib_name = %(repo)s
|
|
8
|
-
version = 0.0.
|
|
8
|
+
version = 0.0.4
|
|
9
9
|
min_python = 3.7
|
|
10
10
|
license = apache2
|
|
11
11
|
black_formatting = False
|
|
@@ -38,6 +38,6 @@ status = 3
|
|
|
38
38
|
user = sky1ove
|
|
39
39
|
|
|
40
40
|
### Optional ###
|
|
41
|
-
requirements =
|
|
42
|
-
dev_requirements = nbdev pyngrok
|
|
43
|
-
# console_scripts =
|
|
41
|
+
requirements = statsmodels fastparquet
|
|
42
|
+
dev_requirements = nbdev pyngrok fastai>=2.7.12 fastbook fairscale fair-esm logomaker seaborn rdkit umap-learn adjustText bokeh scikit-learn>=1.3.0 openpyxl
|
|
43
|
+
# console_scripts =
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|