immucellai2 2.1.27__py3-none-any.whl → 2.1.28__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.
immucellai2/__init__.py CHANGED
@@ -11,12 +11,12 @@ import numpy as np
11
11
  import random
12
12
 
13
13
  def load_tumor_reference_data():
14
- from importlib_resources import path
14
+ from importlib.resources import path
15
15
  with path("immucellai2.myconfig", "reference_tumorCelltypes.txt") as file_path:
16
16
  return pandas.read_table(file_path, sep="\t", header=0, index_col=0)
17
17
 
18
18
  def load_normal_reference_data():
19
- from importlib_resources import path
19
+ from importlib.resources import path
20
20
  with path("immucellai2.myconfig", "reference_normalCelltypes.txt") as file_path:
21
21
  return pandas.read_table(file_path, sep="\t", header=0, index_col=0)
22
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: immucellai2
3
- Version: 2.1.27
3
+ Version: 2.1.28
4
4
  Summary: A tool for immune cell type deconvolution
5
5
  Home-page: https://github.com/VyvyanYjm/ImmuCellAI2.0
6
6
  Author: YangJingmin
@@ -3,14 +3,14 @@ immucellai2/Drawplot.py,sha256=YnUleceEyim9SsTiU18mbAMcjOH9ovBXJW3pwXxA7as,5136
3
3
  immucellai2/ObtainCategory.py,sha256=N1F_yUHoaIisnlms4aNNJ2UIzZDI2TIc0t7IRLtM7So,7008
4
4
  immucellai2/PrepareData.py,sha256=bV0H7OVVuB-BOcQqQazaYpE4RbB9uk8rVXQPrnYhZ5Q,6359
5
5
  immucellai2/Time.py,sha256=et3aAqyVDKwP5_tdGIwA6yxdXRbbYemc9wEaPHpQCck,572
6
- immucellai2/__init__.py,sha256=qVoP10ADBLlfoxa-l3WANUfBAguZIzta4lPzsacH_oI,3055
6
+ immucellai2/__init__.py,sha256=wi7UznfkskCvT4yj-u1RuyN0SK1tZptpXffIaQW2XkQ,3055
7
7
  immucellai2/myclasses.py,sha256=9Rgil00HX_RfOhvpdvUZDsvFi7RdIfXay4V3lRcQsQ8,12409
8
8
  immucellai2/myconfig/Celltype.category,sha256=l_5vspGpyDbuaQ7QOLIQjSs4xb6x6_pvvtnP709CVzQ,5530
9
9
  immucellai2/myconfig/MarkerUsedDeconvolution.txt,sha256=33gCFD1_Clis7NFaQTUHc5s7BXoN61jWgWPgjT-m0n0,60756
10
10
  immucellai2/myconfig/reference_normalCelltypes.txt,sha256=zhKP5Z1TgVyB6ijIamjM1ETmuwQgRATofO-0ds89gP4,39107049
11
11
  immucellai2/myconfig/reference_tumorCelltypes.txt,sha256=xYgjehHIXb5re20bmXeoqxfyvQmgpr4y-0ysCVnEeI8,40893156
12
- immucellai2-2.1.27.dist-info/METADATA,sha256=pXXCtbp6G_vIzT7JjFjtXGYBjZOL1jEbqJD4S9p63R0,1662
13
- immucellai2-2.1.27.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
14
- immucellai2-2.1.27.dist-info/entry_points.txt,sha256=asskhaErD37JB_X_4TPB1itaIytWCU-RHFIyVGQ8Jbw,62
15
- immucellai2-2.1.27.dist-info/top_level.txt,sha256=9r84YbXmTdnKZnK2OGrTsgYPFoSBdk4EkeieDg-7_DY,12
16
- immucellai2-2.1.27.dist-info/RECORD,,
12
+ immucellai2-2.1.28.dist-info/METADATA,sha256=QYja6j1Cya9QA7p6jnbgwBUrOpmWDVgyRDJaeypWbIg,1662
13
+ immucellai2-2.1.28.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
14
+ immucellai2-2.1.28.dist-info/entry_points.txt,sha256=asskhaErD37JB_X_4TPB1itaIytWCU-RHFIyVGQ8Jbw,62
15
+ immucellai2-2.1.28.dist-info/top_level.txt,sha256=9r84YbXmTdnKZnK2OGrTsgYPFoSBdk4EkeieDg-7_DY,12
16
+ immucellai2-2.1.28.dist-info/RECORD,,