diff --git a/OvStudent/Converted_Scripts_Annotated/t_visualize_bulk_annotated.py b/OvStudent/Converted_Scripts_Annotated/t_visualize_bulk_annotated.py index 1b37ef4..ad4e444 100644 --- a/OvStudent/Converted_Scripts_Annotated/t_visualize_bulk_annotated.py +++ b/OvStudent/Converted_Scripts_Annotated/t_visualize_bulk_annotated.py @@ -1,4 +1,4 @@ -```python +``` # Line 1: Imports the omicverse library as ov. -- import omicverse as ov # Line 2: Imports the scanpy library as sc. -- import scanpy as sc # Line 3: Imports the matplotlib.pyplot library as plt. -- import matplotlib.pyplot as plt @@ -47,4 +47,4 @@ # Line 63: Adds text for p value annotation. -- text='$p={}$'.format(round(0.001,3)), # Line 64: Sets the font size, color, and alignment for p-value annotation. -- fontsize=11,fontcolor='#000000', # Line 65: Sets the horizontal alignment for the p-value annotation. -- horizontalalignment='center',) -``` \ No newline at end of file +```