Skip to content

Commit

Permalink
remove superfluous check for column, fails in rpy2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Feb 8, 2016
1 parent ecd1885 commit 8546620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CGAT/Expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,6 @@ def runDESeq(outfile,

# plot heatmap of differentially expressed genes
# plot gene heatmap for all genes - order by average expression
padj_column = list(res.colnames).index('padj')
select = R('''select = res['padj'] < %f''' % fdr)

if R('''sum(select)''')[0] > 0:
Expand Down

0 comments on commit 8546620

Please sign in to comment.