Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Jul 27, 2022
1 parent 7f7c939 commit c23d97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/7_dandelion_TCR_data_10x_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@
"\n",
"A likely use case is if you have a lot of cells and you don't want to wait for `dandelion` to generate the layout because it's taking too long. Or you simply prefer scirpy's style of plotting.\n",
"\n",
"You can run `ddl.tl.generate_network(..., generate_layout = False)` and it will finish ultra-fast, and after transfer to `scirpy`, you can use its plotting functions to visualise the networks - the clone network is generated very quickly but visualising it using spring layout does take quite a while."
"You can run `ddl.tl.generate_network(..., compute_layout = False)` and it will finish ultra-fast, and after transfer to `scirpy`, you can use its plotting functions to visualise the networks - the clone network is generated very quickly but visualising it using spring layout does take quite a while."
]
},
{
Expand Down

0 comments on commit c23d97a

Please sign in to comment.