SURE-tools 2.4.17__py3-none-any.whl → 2.4.32__py3-none-any.whl
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.
Potentially problematic release.
This version of SURE-tools might be problematic. Click here for more details.
- SURE/DensityFlow.py +85 -68
- SURE/DensityFlow2.py +1422 -0
- SURE/DensityFlowLinear.py +1413 -0
- SURE/PerturbationAwareDecoder.py +737 -0
- SURE/VirtualCellDecoder.py +0 -1
- SURE/__init__.py +7 -2
- {sure_tools-2.4.17.dist-info → sure_tools-2.4.32.dist-info}/METADATA +1 -1
- {sure_tools-2.4.17.dist-info → sure_tools-2.4.32.dist-info}/RECORD +12 -9
- {sure_tools-2.4.17.dist-info → sure_tools-2.4.32.dist-info}/WHEEL +0 -0
- {sure_tools-2.4.17.dist-info → sure_tools-2.4.32.dist-info}/entry_points.txt +0 -0
- {sure_tools-2.4.17.dist-info → sure_tools-2.4.32.dist-info}/licenses/LICENSE +0 -0
- {sure_tools-2.4.17.dist-info → sure_tools-2.4.32.dist-info}/top_level.txt +0 -0
SURE/VirtualCellDecoder.py
CHANGED
|
@@ -56,7 +56,6 @@ class VirtualCellDecoder:
|
|
|
56
56
|
print(f" - Biological Prior Dimension: {biological_prior_dim}")
|
|
57
57
|
print(f" - Device: {self.device}")
|
|
58
58
|
print(f" - Parameters: {sum(p.numel() for p in self.model.parameters()):,}")
|
|
59
|
-
print(f" - Estimated GPU Memory: ~8-10GB (optimized for 20GB)")
|
|
60
59
|
|
|
61
60
|
class BiologicalPriorNetwork(nn.Module):
|
|
62
61
|
"""Biological prior network based on gene regulatory knowledge"""
|
SURE/__init__.py
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
from .SURE import SURE
|
|
2
2
|
from .DensityFlow import DensityFlow
|
|
3
|
+
from .DensityFlowLinear import DensityFlowLinear
|
|
3
4
|
from .PerturbE import PerturbE
|
|
4
5
|
from .TranscriptomeDecoder import TranscriptomeDecoder
|
|
5
6
|
from .SimpleTranscriptomeDecoder import SimpleTranscriptomeDecoder
|
|
6
7
|
from .EfficientTranscriptomeDecoder import EfficientTranscriptomeDecoder
|
|
7
8
|
from .VirtualCellDecoder import VirtualCellDecoder
|
|
9
|
+
from .PerturbationAwareDecoder import PerturbationAwareDecoder
|
|
8
10
|
|
|
9
11
|
from . import utils
|
|
10
12
|
from . import codebook
|
|
11
13
|
from . import SURE
|
|
12
14
|
from . import DensityFlow
|
|
15
|
+
from . import DensityFlowLinear
|
|
13
16
|
from . import atac
|
|
14
17
|
from . import flow
|
|
15
18
|
from . import perturb
|
|
@@ -18,6 +21,8 @@ from . import TranscriptomeDecoder
|
|
|
18
21
|
from . import SimpleTranscriptomeDecoder
|
|
19
22
|
from . import EfficientTranscriptomeDecoder
|
|
20
23
|
from . import VirtualCellDecoder
|
|
24
|
+
from . import PerturbationAwareDecoder
|
|
21
25
|
|
|
22
|
-
__all__ = ['SURE', 'DensityFlow', 'PerturbE', 'TranscriptomeDecoder', 'SimpleTranscriptomeDecoder',
|
|
23
|
-
'EfficientTranscriptomeDecoder', 'VirtualCellDecoder', '
|
|
26
|
+
__all__ = ['SURE', 'DensityFlow', 'DensityFlowLinear', 'PerturbE', 'TranscriptomeDecoder', 'SimpleTranscriptomeDecoder',
|
|
27
|
+
'EfficientTranscriptomeDecoder', 'VirtualCellDecoder', 'PerturbationAwareDecoder',
|
|
28
|
+
'flow', 'perturb', 'atac', 'utils', 'codebook']
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
SURE/DensityFlow.py,sha256=
|
|
1
|
+
SURE/DensityFlow.py,sha256=M8yDMCzH-LSVjFB34pUaN2TNUqo0jnZMmaFcLLjtYBU,57218
|
|
2
|
+
SURE/DensityFlow2.py,sha256=BBRCoA4NpU4EjghToOvowo17UtwYokTN75KxWYHTX1E,58404
|
|
3
|
+
SURE/DensityFlowLinear.py,sha256=RfjIwXxO0gWQni7LHRy4DSDUkdz3HpDjlZbxJse65Ts,57515
|
|
2
4
|
SURE/EfficientTranscriptomeDecoder.py,sha256=O_x-4edKBU5OJJbOOS-59u3TQElZqhAtOVJMPlpw8m0,21667
|
|
3
5
|
SURE/PerturbE.py,sha256=DxEp-qef--x8-GMZdPfBf8ts8UDDc34h2P5AnpqZ-YM,52265
|
|
6
|
+
SURE/PerturbationAwareDecoder.py,sha256=duhvBvZjOpAk7c2YTfmA2qKbrgVvwT7IW1pxaukq_iU,30231
|
|
4
7
|
SURE/SURE.py,sha256=MXs7iuvcj-lU4dJ_MwKegpL2Rqk2HB4eFfAgHRA3RtA,47744
|
|
5
8
|
SURE/SimpleTranscriptomeDecoder.py,sha256=mLgYYipfRrmuXlpoaxLPfJS009OVwyshdL3nXTJygIE,22285
|
|
6
9
|
SURE/TranscriptomeDecoder.py,sha256=n2tVB8hNVLwSQ1G1Jpd6WzMl2Iw63eK0_Ujk9d48SJY,20982
|
|
7
|
-
SURE/VirtualCellDecoder.py,sha256=
|
|
8
|
-
SURE/__init__.py,sha256=
|
|
10
|
+
SURE/VirtualCellDecoder.py,sha256=z1Z7GRTYmTE3DaSKZueofv138R0J7kGFfnh0a_Lee38,27468
|
|
11
|
+
SURE/__init__.py,sha256=ayUV9hNysHtZxbRK87nnC6cXs-7wAq6FUkllqotrx8E,1123
|
|
9
12
|
SURE/assembly/__init__.py,sha256=jxZLURXKPzXe21LhrZ09LgZr33iqdjlQy4oSEj5gR2Q,172
|
|
10
13
|
SURE/assembly/assembly.py,sha256=6IMdelPOiRO4mUb4dC7gVCoF1Uvfw86-Map8P_jnUag,21477
|
|
11
14
|
SURE/assembly/atlas.py,sha256=ALjmVWutm_tOHTcT1aqOxmuCEQw-XzrtDoMCV_8oXLk,21794
|
|
@@ -22,9 +25,9 @@ SURE/utils/__init__.py,sha256=YF5jB-PAHJQ40OlcZ7BCZbsN2q1JKuPT6EppilRXQqM,680
|
|
|
22
25
|
SURE/utils/custom_mlp.py,sha256=Rn_PQouxPMSda-KKBYrwVVv3GFFuUmCLxp8cV5LszZo,10580
|
|
23
26
|
SURE/utils/queue.py,sha256=E_5PA5EWcBoGAZj8BkKQnkCK0p4C-4-xcTPqdIXaPXU,1892
|
|
24
27
|
SURE/utils/utils.py,sha256=IUHjDDtYaAYllCWsZyIzqQwaLul6fJRvHRH4vIYcR-c,8462
|
|
25
|
-
sure_tools-2.4.
|
|
26
|
-
sure_tools-2.4.
|
|
27
|
-
sure_tools-2.4.
|
|
28
|
-
sure_tools-2.4.
|
|
29
|
-
sure_tools-2.4.
|
|
30
|
-
sure_tools-2.4.
|
|
28
|
+
sure_tools-2.4.32.dist-info/licenses/LICENSE,sha256=TFHKwmrAViXQbSX5W-NDItkWFjm45HWOeUniDrqmnu0,1065
|
|
29
|
+
sure_tools-2.4.32.dist-info/METADATA,sha256=9o2WcDEY2JIf1AhclsLePndrjYVexLj9QUHtZjzGc38,2678
|
|
30
|
+
sure_tools-2.4.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
sure_tools-2.4.32.dist-info/entry_points.txt,sha256=-nJI8rVe_qqrR0HmfAODzj-JNfEqCcSsyVh6okSqyHk,83
|
|
32
|
+
sure_tools-2.4.32.dist-info/top_level.txt,sha256=BtFTebdiJeqra4r6mm-uEtwVRFLZ_IjYsQ7OnalrOvY,5
|
|
33
|
+
sure_tools-2.4.32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|