Skip to content

Commit

Permalink
plot_by_rsid fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhsu3 committed Jul 29, 2015
1 parent 979c406 commit b5c94c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genda/eQTL/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def plot_dosage_by_rsID(gene_reference, dos, cov_mat, counts,
if title:
ax.set_title('%s partial regression\non %s' % (title, gr.rsID))
else: pass
sx.set_ylabel('$log_{2}$ CPM')
ax.set_ylabel('$log_{2}$ CPM')
ax.set_xlabel('Fitted Dosages')
xticks = ax.get_xticks()
yticks = ax.get_yticks()
Expand Down

0 comments on commit b5c94c1

Please sign in to comment.