Skip to content

Commit

Permalink
Merge branch 'gene-info' into diffex
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Oct 5, 2016
2 parents 1f27d5e + 18cd866 commit 13d2579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/5.gene-info.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
# In[5]:

combined_df = entrez_df.merge(summary_df, how='right').sort_values('entrez_gene_id')
combined_df.entrez_gene_id = combined_df.entrez_gene_id.astype(int)
len(combined_df)


Expand Down

0 comments on commit 13d2579

Please sign in to comment.