diff --git a/OvStudent/Converted_Scripts_Annotated/t_stt_annotated.py b/OvStudent/Converted_Scripts_Annotated/t_stt_annotated.py index a2845c8..40367e4 100644 --- a/OvStudent/Converted_Scripts_Annotated/t_stt_annotated.py +++ b/OvStudent/Converted_Scripts_Annotated/t_stt_annotated.py @@ -1,4 +1,4 @@ -```python +``` # Line 1: Import the omicverse library -- import omicverse as ov # Line 3: Import the scvelo library as scv -- import scvelo as scv # Line 4: Import the scanpy library as sc -- import scanpy as sc @@ -67,4 +67,4 @@ # Line 94: Continue plotting embedding for 'Sim1' expression using expression layer -- cmap='RdBu_r',ax=axes[3] # Line 95: Continue plotting embedding for 'Sim1' expression using expression layer -- ) # Line 96: Adjust the layout to fit the subplots -- plt.tight_layout() -``` \ No newline at end of file +```