Skip to content

Commit

Permalink
why is this so slow
Browse files Browse the repository at this point in the history
  • Loading branch information
Helen committed Sep 6, 2023
1 parent c74b5fd commit 7567101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bicytok/figures/figure4.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

def makeFigure():
markerDF = importCITE()
new_df = markerDF.head(10)
new_df = markerDF.head(1000)
# new_df = markerDF.head(10000)
new_df1 = markerDF.sample(n=10000, random_state=42)
new_df2 = markerDF.sample(n=10000, random_state=10)
Expand All @@ -42,7 +42,7 @@ def makeFigure():
# EMD_2D(new_df, signaling_receptor, target_cells, ax[0])
# EMD_3D(new_df, signaling_receptor, target_cells, ax[2])
# EMD_Distribution_Plot(ax[2], new_df2, signaling_receptor, non_siganling_receptor, target_cells)
# EMD_1D(new_df, target_cells, ax[1])
# EMD_1D(new_df, target_cells, ax[1])
# EMD1Dvs2D_Analysis (receptor_names_varried, target_cells, signaling_receptor, new_df, ax[0], ax[1], ax[2], ax[3])
# KL_divergence_2D(new_df, 'CD122', "Treg", ax[0])
# plot_kl_divergence_curves(new_df, 'CD122', 'CD25', 'Treg', ax[0])
Expand Down

0 comments on commit 7567101

Please sign in to comment.