Skip to content

Commit

Permalink
Merge pull request #20 from KrishnaswamyLab/anndata-integration
Browse files Browse the repository at this point in the history
Update example notebook, raw cells do not render in github
  • Loading branch information
atong01 authored Feb 9, 2022
2 parents 141b892 + 7ddecc8 commit ae0f26c
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions notebooks/Example_Anndata_to_TrajectoryNet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,11 @@
]
},
{
"cell_type": "raw",
"id": "3679f7f1-5236-41c5-b90c-d058fe982282",
"cell_type": "code",
"execution_count": null,
"id": "e47ae2f9-746c-4dd8-a1cd-ff6d63830c42",
"metadata": {},
"outputs": [],
"source": [
"!python -m TrajectoryNet.main --dataset adata.h5ad \\\n",
" --embedding_name \"pca\" \\\n",
Expand All @@ -588,9 +590,11 @@
]
},
{
"cell_type": "raw",
"id": "12bc2ac2-06a2-4e44-b851-1c481ed8d426",
"cell_type": "code",
"execution_count": null,
"id": "357235ae-e1fb-4886-8121-168edcee5649",
"metadata": {},
"outputs": [],
"source": [
"!python -m TrajectoryNet.eval --dataset adata.h5ad \\\n",
" --embedding_name \"pca\" \\\n",
Expand All @@ -599,6 +603,30 @@
" --vecint 1e-4 \\\n",
" --save results/tmp"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "4d7a1a40-57cd-459f-a743-110696afcb2c",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "43f13d0b-9469-4428-b9f2-370998f6db5c",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "e988645e-74b8-4d5c-9ec8-fce301990b80",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit ae0f26c

Please sign in to comment.