From 8699f7676e7fc7f026e96dde3db9f3a39efe3ceb Mon Sep 17 00:00:00 2001 From: HendricksJudy <61645034+HendricksJudy@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:22:05 -0800 Subject: [PATCH] Update t_staligner_annotated.py --- .../Converted_Scripts_Annotated/t_staligner_annotated.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OvStudent/Converted_Scripts_Annotated/t_staligner_annotated.py b/OvStudent/Converted_Scripts_Annotated/t_staligner_annotated.py index 5023d6de..91483b51 100644 --- a/OvStudent/Converted_Scripts_Annotated/t_staligner_annotated.py +++ b/OvStudent/Converted_Scripts_Annotated/t_staligner_annotated.py @@ -1,4 +1,4 @@ -```python +``` # Line 1: Imports the csr_matrix class from the scipy.sparse module for creating sparse matrices. -- from scipy.sparse import csr_matrix # Line 2: Imports the omicverse library as ov. -- import omicverse as ov # Line 3: Imports the scanpy library as sc. -- import scanpy as sc @@ -53,4 +53,4 @@ # Line 76: Sets the title of the second spatial plot and sets the size. -- _sc_1[0].set_title('Stereo-seq',size=title_size) # Line 77: Inverts the y-axis of the second spatial plot. -- _sc_1[0].invert_yaxis() # Line 78: Displays the generated plots. -- plt.show() -``` \ No newline at end of file +```