gsMap 1.70__py3-none-any.whl → 1.71__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.
- gsMap/__init__.py +1 -1
- gsMap/find_latent_representation.py +1 -1
- {gsmap-1.70.dist-info → gsmap-1.71.dist-info}/METADATA +1 -1
- {gsmap-1.70.dist-info → gsmap-1.71.dist-info}/RECORD +7 -7
- {gsmap-1.70.dist-info → gsmap-1.71.dist-info}/LICENSE +0 -0
- {gsmap-1.70.dist-info → gsmap-1.71.dist-info}/WHEEL +0 -0
- {gsmap-1.70.dist-info → gsmap-1.71.dist-info}/entry_points.txt +0 -0
gsMap/__init__.py
CHANGED
@@ -64,7 +64,7 @@ class LatentRepresentationFinder:
|
|
64
64
|
self.graph_dict = construct_adjacency_matrix(adata, self.params)
|
65
65
|
|
66
66
|
def compute_pca(self):
|
67
|
-
self.latent_pca = PCA(n_components=self.params.
|
67
|
+
self.latent_pca = PCA(n_components=self.params.n_comps).fit_transform(self.expression_array)
|
68
68
|
return self.latent_pca
|
69
69
|
|
70
70
|
def run_gnn_vae(self, label, verbose='whole ST data'):
|
@@ -1,9 +1,9 @@
|
|
1
|
-
gsMap/__init__.py,sha256=
|
1
|
+
gsMap/__init__.py,sha256=xwuyVm3wc8MEgSfC3D0LNmecSOC2bkVXYWf0cpwX3I0,74
|
2
2
|
gsMap/__main__.py,sha256=Ih3PPSJezd9UpmkdfH1PXYYecCpk6hkQF039BQU1ocs,60
|
3
3
|
gsMap/cauchy_combination_test.py,sha256=jMXNKWajI5NSmKeKu5PVJMYMtiApL6ZeYrSOSqC-ESU,5553
|
4
4
|
gsMap/config.py,sha256=2U_KNlrENMh6XFRJWn88CCOe2unctWYehyUshHt9LU0,40362
|
5
5
|
gsMap/diagnosis.py,sha256=SUbEXqEPfziSrbytxNnH7hiNypocyCOAYPeUYDwgPHw,12947
|
6
|
-
gsMap/find_latent_representation.py,sha256=
|
6
|
+
gsMap/find_latent_representation.py,sha256=h3douGRcrkyNrWEieNnwzc4dXacySx_VMAPZrn2wKyg,4460
|
7
7
|
gsMap/format_sumstats.py,sha256=vPJD5qdqd_CjHw5MkihYpSMLcDx7wsNySsmoXRElaW0,13439
|
8
8
|
gsMap/generate_ldscore.py,sha256=s0evdoGJ2QKZYMxHGm_z01yf7yE6RWa1iUOJzSh-OZY,28471
|
9
9
|
gsMap/latent_to_gene.py,sha256=W7icT8o7GjUwrnHyNgdPFTCr03T6w8fB8vbApg1i-So,9452
|
@@ -24,8 +24,8 @@ gsMap/utils/jackknife.py,sha256=d3OVLAoU8W0MYdZBT4-8GPAdZDN9aNHnDHwSh4AkxP8,1773
|
|
24
24
|
gsMap/utils/make_annotations.py,sha256=X9vxrH8A0oqrGJ-C82H3yactMDLpSM-mYA_8DurxPzE,21679
|
25
25
|
gsMap/utils/manhattan_plot.py,sha256=vS8Avgn9kbYa6HerRKpRNPYgJyyh5mE2f9p1BuHwwS8,25596
|
26
26
|
gsMap/utils/regression_read.py,sha256=oivyNicRdLLQvBv36GoR0AweUlvuCmBduTVRPpGhNRU,8474
|
27
|
-
gsmap-1.
|
28
|
-
gsmap-1.
|
29
|
-
gsmap-1.
|
30
|
-
gsmap-1.
|
31
|
-
gsmap-1.
|
27
|
+
gsmap-1.71.dist-info/entry_points.txt,sha256=s_P2Za22O077tc1FPLKMinbdRVXaN_HTcDBgWMYpqA4,41
|
28
|
+
gsmap-1.71.dist-info/LICENSE,sha256=dCWx-ENipnYph2UTEA9wJaEZ_tkjNZ_tog6XRd3nd2k,1073
|
29
|
+
gsmap-1.71.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
30
|
+
gsmap-1.71.dist-info/METADATA,sha256=JqVynQWFd04_vu8qXlL7QDtjwGeEh7YLNGcBVNWOjTY,3691
|
31
|
+
gsmap-1.71.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|