Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,4 @@ wandb/
docs/api
docs/tutorials/example
docs/wandb
run_tutorial.s*
16 changes: 8 additions & 8 deletions docs/tutorials/1-attribution-motif-discovery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -159,7 +159,7 @@
}
],
"source": [
"! decima attributions --model 0 --genes \"SPI1,BRD3\" --tasks \"cell_type == 'classical monocyte'\" --output-prefix example/output_classical_monoctypes"
"! decima attributions --model v1_rep0 --genes \"SPI1,BRD3\" --tasks \"cell_type == 'classical monocyte'\" --output-prefix example/output_classical_monoctypes"
]
},
{
Expand Down Expand Up @@ -311,7 +311,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -338,12 +338,12 @@
}
],
"source": [
"! decima attributions-predict --model 0 --genes \"SPI1,BRD3\" --tasks \"cell_type == 'classical monocyte'\" --output-prefix example/output_classical_monoctypes_0"
"! decima attributions-predict --model v1_rep0 --genes \"SPI1,BRD3\" --tasks \"cell_type == 'classical monocyte'\" --output-prefix example/output_classical_monoctypes_0"
]
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -370,7 +370,7 @@
}
],
"source": [
"! decima attributions-predict --model 1 --genes \"SPI1,BRD3\" --tasks \"cell_type == 'classical monocyte'\" --output-prefix example/output_classical_monoctypes_1"
"! decima attributions-predict --model v1_rep1 --genes \"SPI1,BRD3\" --tasks \"cell_type == 'classical monocyte'\" --output-prefix example/output_classical_monoctypes_1"
]
},
{
Expand Down Expand Up @@ -1005,7 +1005,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1041,7 +1041,7 @@
}
],
"source": [
"! decima attributions --model 0 --seqs ../tests/data/seqs.fasta --tasks \"cell_type == 'classical monocyte'\" --output-prefix example/output_custom_seqs"
"! decima attributions --model v1_rep0 --seqs ../tests/data/seqs.fasta --tasks \"cell_type == 'classical monocyte'\" --output-prefix example/output_custom_seqs"
]
},
{
Expand Down
Loading