Skip to content
Snippets Groups Projects
Commit 4ff5c93b authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

refined manhattan plots

parent ba92a306
No related branches found
No related tags found
1 merge request!60Dev plotopti
......@@ -77,7 +77,7 @@ def create_global_plot(work_file_path: str, global_plot_path: str):
max_reg = np.max(df["-log10(Joint p-value)"])
if maxy < max_reg:
maxy = max_reg
plt.scatter(df['plot_position'],df["-log10(Joint p-value)"] ,s=10,color=[colors[i%2] for i in df.CHR.astype(int)])
plt.scatter(df['plot_position'],df["-log10(Joint p-value)"] ,s=3,color=[colors[i%2] for i in df.CHR.astype(int)])
ax.set_xticks(lab_pos)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment