geney 1.3.11__py2.py3-none-any.whl → 1.3.12__py2.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 geney might be problematic. Click here for more details.

geney/splicing_utils.py CHANGED
@@ -356,9 +356,13 @@ def process_pairwise_epistasis(mids, engine='pangolin', fprint=False):
356
356
  results = []
357
357
  for mid in mids:
358
358
  m1, m2 = mid.split('|')
359
- missplicing1 = find_transcript_missplicing(m1, threshold=0.25, engine=engine)
360
- missplicing2 = find_transcript_missplicing(m2, threshold=0.25, engine=engine)
361
- missplicing_both = find_transcript_missplicing(mid, threshold=0.25, engine=engine)
359
+ # missplicing1 = find_transcript_missplicing(m1, threshold=0.25, engine=engine)
360
+ # missplicing2 = find_transcript_missplicing(m2, threshold=0.25, engine=engine)
361
+ # missplicing_both = find_transcript_missplicing(mid, threshold=0.25, engine=engine)
362
+
363
+ missplicing1 = Missplicing(get_or_compute_splicing(m1, engine=engine), threshold=0.25)
364
+ missplicing2 = Missplicing(get_or_compute_splicing(m2, engine=engine), threshold=0.25)
365
+ missplicing_both = Missplicing(get_or_compute_splicing(mid, engine=engine), threshold=0.25)
362
366
 
363
367
  if fprint:
364
368
  print(missplicing1)
@@ -457,8 +461,9 @@ class Missplicing:
457
461
  self.threshold = threshold
458
462
 
459
463
  def __str__(self):
464
+ import pprint
460
465
  """String representation displays the filtered splicing events passing the threshold."""
461
- return str(self.significant_events)
466
+ return pprint.pprint(self.aberrant_splicing)
462
467
 
463
468
  def __bool__(self):
464
469
  """
@@ -528,6 +533,7 @@ class Missplicing:
528
533
  return splicing_dict
529
534
  return None
530
535
 
536
+ @property
531
537
  def max_delta(self):
532
538
  """
533
539
  Returns the maximum absolute delta found in all events.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geney
3
- Version: 1.3.11
3
+ Version: 1.3.12
4
4
  Summary: A Python package for gene expression modeling.
5
5
  Home-page: https://github.com/nicolaslynn/geney
6
6
  Author: Nicolas Lynn
@@ -16,7 +16,7 @@ geney/pangolin_utils.py,sha256=i5j5vEMCWOTIa1mRP2377BAhlUFZjHBzTQBips4lA_4,2934
16
16
  geney/power_utils.py,sha256=MehZFUdkJ2EFUot709yPEDxSkXmH5XevMebX2HD768A,7330
17
17
  geney/seqmat_utils.py,sha256=wzb3PX5it5bpIFQvcxyzlxfhoJTbHHbsjg0rzh05iVs,19753
18
18
  geney/spliceai_utils.py,sha256=PFIhTK8Ihrj-cv5tgRN0UFPYEmC4uxtqXSP9bBLnZRM,3077
19
- geney/splicing_utils.py,sha256=Bj5YV-LHs684afjriep7N2QaRAAKdidFS-adihfDzfI,31887
19
+ geney/splicing_utils.py,sha256=ZLuUUeIX_Qg8hD6fGRqAbIphzfsWnxXu6wds3ZIwQdY,32229
20
20
  geney/survival_utils.py,sha256=KnAzEviMuXh6SnVXId9PgsFLSbgkduTvYoIthxN7FPA,6886
21
21
  geney/tcga_utils.py,sha256=D_BNHm-D_K408dlcJm3hzH2c6QNFjQsKvUcOPiQRk7g,17612
22
22
  geney/tis_utils.py,sha256=2makfGfVlDFVIbxzXE85AY9jmAjcNmxyIAxjvkRA5LY,7396
@@ -25,7 +25,7 @@ geney/translation_initiation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
25
25
  geney/translation_initiation/tis_utils.py,sha256=AF3siFjuQH-Rs44EV-80zHdbxRMvN4woLFSHroWIETc,4448
26
26
  geney/translation_initiation/resources/kozak_pssm.json,sha256=pcd0Olziutq-6H3mFWDCD9cujQ_AlZO-iiOvBl82hqE,1165
27
27
  geney/translation_initiation/resources/tis_regressor_model.joblib,sha256=IXb4DUDhJ5rBDKcqMk9zE3ECTZZcdj7Jixz3KpoZ7OA,2592025
28
- geney-1.3.11.dist-info/METADATA,sha256=Por9VSaGxOGXy61knApS-3BefXSrh8hhQQQ0ULGQn2I,971
29
- geney-1.3.11.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
30
- geney-1.3.11.dist-info/top_level.txt,sha256=O-FuNUMb5fn9dhZ-dYCgF0aZtfi1EslMstnzhc5IIVo,6
31
- geney-1.3.11.dist-info/RECORD,,
28
+ geney-1.3.12.dist-info/METADATA,sha256=QZlovXzCoFEcElIZNHvXX2MBnbjzdUGtKcpcftakqqk,971
29
+ geney-1.3.12.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
30
+ geney-1.3.12.dist-info/top_level.txt,sha256=O-FuNUMb5fn9dhZ-dYCgF0aZtfi1EslMstnzhc5IIVo,6
31
+ geney-1.3.12.dist-info/RECORD,,
File without changes