From 3f3920fc711b067292ee60d9dc99bf45b173f7e8 Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Fri, 23 Apr 2021 16:13:36 +0200 Subject: [PATCH] src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py: fix test in create_compo_figures --- .../clip_figures/clip_analyser_fake_community.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py b/src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py index 7914ce19..8682416d 100644 --- a/src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py +++ b/src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py @@ -84,7 +84,6 @@ def create_compo_figures(peak_df: pd.DataFrame, feature: str): ... 'clip_peak': [2, 1, 3, 0], 'peak_density': [0.055, 0.03, 0.76, 0.0], ... 'community': ["C1", "C1", "C1", 'C1'], "community_size": [4, 4, 4, 4]}) >>> create_compo_figures(peak, 'gene') - id_gene peak_density S 0 1 0.055 36.78145 1 2 0.030 35.19284 -- GitLab