Skip to content
Snippets Groups Projects
Commit 3f3920fc authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py: fix...

src/find_interaction_cluster/clip_figures/clip_analyser_fake_community.py: fix test in create_compo_figures
parent 6fc14dcb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment