Skip to content

Commit

Permalink
scglue test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
matin authored and matin committed Jul 25, 2024
1 parent b685a8b commit 17a7462
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions notebooks/eda.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import anndata as ad \n",
"bulk_adata = ad.read_h5ad('../resources/raw-data/perturbation_data.h5ad')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"bulk_adata"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "py10",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
File renamed without changes.
File renamed without changes.

0 comments on commit 17a7462

Please sign in to comment.