Skip to content

Commit

Permalink
Add exported script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Oct 5, 2016
1 parent 26d7ded commit 18cd866
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 18cd866

Please sign in to comment.