Skip to content

Commit

Permalink
tutorial user group meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
futianfan committed Jan 25, 2022
1 parent 9ae11c5 commit af6fbfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/User_Group/UserGroupMeeting_Tianfan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@
],
"source": [
"from tdc.multi_pred import PPI ### protein-protein interaction\n",
"data = PPI(name = 'HuRI')\n",
"data = PPI(name = 'HuRI') ## HUman Reference Interactome (HuRI) \n",
"## Luck, K., Kim, D., Lambourne, L. et al. A reference map of the human binary protein interactome. Nature 580, 402–408 (2020).\n",
"split = data.get_split()\n",
"split['valid'].head(2) \n",
"### protein ID is ensembl ID"
Expand Down Expand Up @@ -508,6 +509,7 @@
"source": [
"from tdc.generation import MolGen\n",
"data = MolGen(name = 'MOSES')\n",
"# Polykovskiy et al. “Molecular Sets (MOSES): A Benchmarking Platform for Molecular Generation Models.”, Frontiers in Pharmacology. (2020).\n",
"split = data.get_split()\n",
"split['train'].head(2)"
]
Expand Down

0 comments on commit af6fbfb

Please sign in to comment.