cyclevi 0.1.0__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.
cyclevi/__init__.py ADDED
@@ -0,0 +1,27 @@
1
+ from cyclevi.model import (
2
+ CycleVI,
3
+ CycleVI_VAE,
4
+ CYCLE_REGISTRY_KEYS,
5
+ DecoderCycleVI,
6
+ PhaseAdversarialTrainingPlan,
7
+ Classifier,
8
+ create_cell_cycle_gene_mask,
9
+ )
10
+ from importlib.resources import files as _files
11
+
12
+
13
+ def get_cc_genes_path() -> str:
14
+ """Return the path to the bundled human cell cycle genes CSV file."""
15
+ return str(_files("cyclevi.data").joinpath("homo_sapiens_cc_genes.csv"))
16
+
17
+
18
+ __all__ = [
19
+ "CycleVI",
20
+ "CycleVI_VAE",
21
+ "CYCLE_REGISTRY_KEYS",
22
+ "DecoderCycleVI",
23
+ "PhaseAdversarialTrainingPlan",
24
+ "Classifier",
25
+ "create_cell_cycle_gene_mask",
26
+ "get_cc_genes_path",
27
+ ]
File without changes
@@ -0,0 +1,98 @@
1
+ phase,geneID,modified
2
+ G2/M,ENSG00000010292,9/13/17
3
+ G2/M,ENSG00000011426,9/13/17
4
+ G2/M,ENSG00000013810,9/13/17
5
+ G2/M,ENSG00000072571,9/13/17
6
+ G2/M,ENSG00000075218,9/13/17
7
+ G2/M,ENSG00000080986,9/13/17
8
+ G2/M,ENSG00000087586,9/13/17
9
+ G2/M,ENSG00000088325,9/13/17
10
+ G2/M,ENSG00000089685,9/13/17
11
+ G2/M,ENSG00000092140,9/13/17
12
+ G2/M,ENSG00000094916,9/13/17
13
+ G2/M,ENSG00000100401,9/13/17
14
+ G2/M,ENSG00000102974,9/13/17
15
+ G2/M,ENSG00000111665,9/13/17
16
+ G2/M,ENSG00000112742,9/13/17
17
+ G2/M,ENSG00000113810,9/13/17
18
+ G2/M,ENSG00000114346,9/13/17
19
+ G2/M,ENSG00000115163,9/13/17
20
+ G2/M,ENSG00000117399,9/13/17
21
+ G2/M,ENSG00000117650,9/13/17
22
+ G2/M,ENSG00000117724,9/13/17
23
+ G2/M,ENSG00000120802,9/13/17
24
+ G2/M,ENSG00000123485,9/13/17
25
+ G2/M,ENSG00000123975,9/13/17
26
+ G2/M,ENSG00000126787,9/13/17
27
+ G2/M,ENSG00000129195,9/13/17
28
+ G2/M,ENSG00000131747,9/13/17
29
+ G2/M,ENSG00000134222,9/13/17
30
+ G2/M,ENSG00000134690,9/13/17
31
+ G2/M,ENSG00000136108,9/13/17
32
+ G2/M,ENSG00000137804,9/13/17
33
+ G2/M,ENSG00000137807,9/13/17
34
+ G2/M,ENSG00000138160,9/13/17
35
+ G2/M,ENSG00000138182,9/13/17
36
+ G2/M,ENSG00000138778,9/13/17
37
+ G2/M,ENSG00000139354,9/13/17
38
+ G2/M,ENSG00000142945,9/13/17
39
+ G2/M,ENSG00000143228,9/13/17
40
+ G2/M,ENSG00000143401,9/13/17
41
+ G2/M,ENSG00000143815,9/13/17
42
+ G2/M,ENSG00000148773,9/13/17
43
+ G2/M,ENSG00000157456,9/13/17
44
+ G2/M,ENSG00000158402,9/13/17
45
+ G2/M,ENSG00000164104,9/13/17
46
+ G2/M,ENSG00000169607,9/13/17
47
+ G2/M,ENSG00000169679,9/13/17
48
+ G2/M,ENSG00000170312,9/13/17
49
+ G2/M,ENSG00000173207,9/13/17
50
+ G2/M,ENSG00000175063,9/13/17
51
+ G2/M,ENSG00000175216,9/13/17
52
+ G2/M,ENSG00000178999,9/13/17
53
+ G2/M,ENSG00000184661,9/13/17
54
+ G2/M,ENSG00000188229,9/13/17
55
+ G2/M,ENSG00000189159,9/13/17
56
+ S,ENSG00000012963,9/13/17
57
+ S,ENSG00000049541,9/13/17
58
+ S,ENSG00000051180,9/13/17
59
+ S,ENSG00000073111,9/13/17
60
+ S,ENSG00000075131,9/13/17
61
+ S,ENSG00000076003,9/13/17
62
+ S,ENSG00000076248,9/13/17
63
+ S,ENSG00000077514,9/13/17
64
+ S,ENSG00000092470,9/13/17
65
+ S,ENSG00000092853,9/13/17
66
+ S,ENSG00000093009,9/13/17
67
+ S,ENSG00000094804,9/13/17
68
+ S,ENSG00000095002,9/13/17
69
+ S,ENSG00000100297,9/13/17
70
+ S,ENSG00000101868,9/13/17
71
+ S,ENSG00000104738,9/13/17
72
+ S,ENSG00000111247,9/13/17
73
+ S,ENSG00000112312,9/13/17
74
+ S,ENSG00000117748,9/13/17
75
+ S,ENSG00000118412,9/13/17
76
+ S,ENSG00000119969,9/13/17
77
+ S,ENSG00000129173,9/13/17
78
+ S,ENSG00000131153,9/13/17
79
+ S,ENSG00000132646,9/13/17
80
+ S,ENSG00000132780,9/13/17
81
+ S,ENSG00000136492,9/13/17
82
+ S,ENSG00000136982,9/13/17
83
+ S,ENSG00000143476,9/13/17
84
+ S,ENSG00000144354,9/13/17
85
+ S,ENSG00000151725,9/13/17
86
+ S,ENSG00000156802,9/13/17
87
+ S,ENSG00000159259,9/13/17
88
+ S,ENSG00000162607,9/13/17
89
+ S,ENSG00000163950,9/13/17
90
+ S,ENSG00000167325,9/13/17
91
+ S,ENSG00000168496,9/13/17
92
+ S,ENSG00000171848,9/13/17
93
+ S,ENSG00000174371,9/13/17
94
+ S,ENSG00000175305,9/13/17
95
+ S,ENSG00000176890,9/13/17
96
+ S,ENSG00000197299,9/13/17
97
+ S,ENSG00000198056,9/13/17
98
+ S,ENSG00000276043,9/13/17