Skip to content

Commit

Permalink
Merge pull request #10 from Eeeeelias/NEASE-v1.3
Browse files Browse the repository at this point in the history
Update concatenation of pandas DataFrames
  • Loading branch information
louadi authored Dec 7, 2023
2 parents 7550e9e + ed1da77 commit 53bac6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nease/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ def get_elm(node):



interacting_domains=interacting_domains[['Gene name','NCBI gene ID','Identifier','dPSI','Affected binding (NCBI)']].append(elm_affected, ignore_index=True)
interacting_domains=pd.concat([interacting_domains, elm_affected], ignore_index=True)




return interacting_domains


Expand Down

0 comments on commit 53bac6a

Please sign in to comment.