Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
erzakiev committed Apr 5, 2024
1 parent 35eedf1 commit 508409d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ output[["overview_selected_cells_marker_genes_table"]] <- DT::renderDataTable({
req(
overview_projection_selected_cells()
)
selected_cells <- isolate(overview_projection_selected_cells())
selected_cells <- overview_projection_selected_cells()
#saveRDS(selected_cells, file = '~/Downloads/selected_cells.RDS', compress=T)

#coords <- expression_projection_coordinates()
Expand Down

0 comments on commit 508409d

Please sign in to comment.