risk-network 0.0.4b3__py3-none-any.whl → 0.0.5b0__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.
risk/__init__.py CHANGED
@@ -2,9 +2,9 @@
2
2
  risk
3
3
  ~~~~
4
4
 
5
- RISK: RISK Infers Spatial Kinship
5
+ RISK: RISK Infers Spatial Kinships
6
6
  """
7
7
 
8
8
  from risk.risk import RISK
9
9
 
10
- __version__ = "0.0.4-beta.3"
10
+ __version__ = "0.0.5-beta.0"
risk/network/plot.py CHANGED
@@ -33,6 +33,7 @@ class NetworkPlotter:
33
33
  plot_outline: bool = True,
34
34
  outline_color: str = "black",
35
35
  outline_scale: float = 1.0,
36
+ linestyle: str = "--",
36
37
  ) -> None:
37
38
  """Initialize the NetworkPlotter with a NetworkGraph object and plotting parameters.
38
39
 
@@ -43,11 +44,18 @@ class NetworkPlotter:
43
44
  plot_outline (bool, optional): Whether to plot the network perimeter circle. Defaults to True.
44
45
  outline_color (str, optional): Color of the network perimeter circle. Defaults to "black".
45
46
  outline_scale (float, optional): Outline scaling factor for the perimeter diameter. Defaults to 1.0.
47
+ linestyle (str): Line style for the network perimeter circle (e.g., dashed, solid). Defaults to "--".
46
48
  """
47
49
  self.graph = graph
48
50
  # Initialize the plot with the specified parameters
49
51
  self.ax = self._initialize_plot(
50
- graph, figsize, background_color, plot_outline, outline_color, outline_scale
52
+ graph,
53
+ figsize,
54
+ background_color,
55
+ plot_outline,
56
+ outline_color,
57
+ outline_scale,
58
+ linestyle,
51
59
  )
52
60
 
53
61
  def _initialize_plot(
@@ -58,6 +66,7 @@ class NetworkPlotter:
58
66
  plot_outline: bool,
59
67
  outline_color: str,
60
68
  outline_scale: float,
69
+ linestyle: str,
61
70
  ) -> plt.Axes:
62
71
  """Set up the plot with figure size, optional circle perimeter, and background color.
63
72
 
@@ -68,6 +77,7 @@ class NetworkPlotter:
68
77
  plot_outline (bool): Whether to plot the network perimeter circle.
69
78
  outline_color (str): Color of the network perimeter circle.
70
79
  outline_scale (float): Outline scaling factor for the perimeter diameter.
80
+ linestyle (str): Line style for the network perimeter circle (e.g., dashed, solid).
71
81
 
72
82
  Returns:
73
83
  plt.Axes: The axis object for the plot.
@@ -87,7 +97,7 @@ class NetworkPlotter:
87
97
  circle = plt.Circle(
88
98
  center,
89
99
  scaled_radius,
90
- linestyle="--",
100
+ linestyle=linestyle, # Use the linestyle argument here
91
101
  color=outline_color,
92
102
  fill=False,
93
103
  linewidth=1.5,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: risk-network
3
- Version: 0.0.4b3
3
+ Version: 0.0.5b0
4
4
  Summary: A Python package for biological network analysis
5
5
  Author: Ira Horecka
6
6
  Author-email: Ira Horecka <ira89@icloud.com>
@@ -1,4 +1,4 @@
1
- risk/__init__.py,sha256=h9TG0BQ8u5D9jZ6S4Hr0GsilUhb1gnrisxLtvMl2mbk,111
1
+ risk/__init__.py,sha256=BeaJc2vCPQfWsDq_X0WgE8j297o7o4mNWJXOR7oAvQw,112
2
2
  risk/constants.py,sha256=AICk3x5qRQhls_ijTb4VdbdxU6mZ1aLGbAjLEdBwfJI,550
3
3
  risk/risk.py,sha256=4Y-fViqdK9gvxEjJRYsV_7gbN0kh7eiTwD8eesd_M6o,21109
4
4
  risk/annotations/__init__.py,sha256=vUpVvMRE5if01Ic8QY6M2Ae3EFGJHdugEe9PdEkAW4Y,138
@@ -15,7 +15,7 @@ risk/network/__init__.py,sha256=iEPeJdZfqp0toxtbElryB8jbz9_t_k4QQ3iDvKE8C_0,126
15
15
  risk/network/geometry.py,sha256=H1yGVVqgbfpzBzJwEheDLfvGLSA284jGQQTn612L4Vc,6759
16
16
  risk/network/graph.py,sha256=m3bFWU5528OEm246LPG5XP3l_30vaBiJv4AO4iq0pSA,11552
17
17
  risk/network/io.py,sha256=otiRG6uT6HLgbbJql7X2wjYxab8OFJSgRoWJlcDoyu4,20291
18
- risk/network/plot.py,sha256=yGmuQXcju2cWUcyJJALtNmIPPCFS2yusULJXka8263I,40080
18
+ risk/network/plot.py,sha256=kjQYWJawYnKRau1JL68L3LUn1MROuue0fdYWEoN7ct4,40469
19
19
  risk/stats/__init__.py,sha256=e-BE_Dr_jgiK6hKM-T-tlG4yvHnId8e5qjnM0pdwNVc,230
20
20
  risk/stats/fisher_exact.py,sha256=-bPwzu76-ob0HzrTV20mXUTot7v-MLuqFaAoab-QxPg,4966
21
21
  risk/stats/hypergeom.py,sha256=lrIFdhCWRjvM4apYw1MlOKqT_IY5OjtCwrjdtJdt6Tg,4954
@@ -23,8 +23,8 @@ risk/stats/stats.py,sha256=kvShov-94W6ffgDUTb522vB9hDJQSyTsYif_UIaFfSM,7059
23
23
  risk/stats/permutation/__init__.py,sha256=neJp7FENC-zg_CGOXqv-iIvz1r5XUKI9Ruxhmq7kDOI,105
24
24
  risk/stats/permutation/permutation.py,sha256=qLWdwxEY6nmkYPxpM8HLDcd2mbqYv9Qr7CKtJvhLqIM,9220
25
25
  risk/stats/permutation/test_functions.py,sha256=HuDIM-V1jkkfE1rlaIqrWWBSKZt3dQ1f-YEDjWpnLSE,2343
26
- risk_network-0.0.4b3.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
27
- risk_network-0.0.4b3.dist-info/METADATA,sha256=yjXG21NrHagGZgVl-T1ySHLGsItvM4xBH9j9xiQGGJ4,43236
28
- risk_network-0.0.4b3.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
29
- risk_network-0.0.4b3.dist-info/top_level.txt,sha256=NX7C2PFKTvC1JhVKv14DFlFAIFnKc6Lpsu1ZfxvQwVw,5
30
- risk_network-0.0.4b3.dist-info/RECORD,,
26
+ risk_network-0.0.5b0.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
27
+ risk_network-0.0.5b0.dist-info/METADATA,sha256=DgS8QL4IrzTqHgrz7hnJRnmQZETqzi6L-b5PLaGYOJI,43236
28
+ risk_network-0.0.5b0.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
29
+ risk_network-0.0.5b0.dist-info/top_level.txt,sha256=NX7C2PFKTvC1JhVKv14DFlFAIFnKc6Lpsu1ZfxvQwVw,5
30
+ risk_network-0.0.5b0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.0.0)
2
+ Generator: setuptools (74.1.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5