Skip to content

Commit

Permalink
update scDesign2
Browse files Browse the repository at this point in the history
  • Loading branch information
littlecabiria committed Oct 4, 2024
1 parent a0456c0 commit df301b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/methods/scdesign2/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## VIASH START
par <- list(
input = "resources/task_spatial_simulators/datasets/breast/output_sp.h5ad",
input = "resources_test/spatialsimbench_mobnew/dataset_sp.h5ad",
output = "simulated_dataset.h5ad",
base = "domain"
)
Expand Down Expand Up @@ -41,8 +41,8 @@ sim_out <- scDesign2::simulate_count_scDesign2(
# colnames(sim_out) <- colnames(t(as.matrix(input$layers[["counts"]])))
#rownames(sim_out) <- rownames(t(as.matrix(input$layers[["counts"]])))

rownames(sim_out) <- input$obs_names
colnames(sim_out) <- input$var_names
rownames(sim_out) <- input$var_names
colnames(sim_out) <- input$obs_names

cat("Generating output\n")

Expand Down

0 comments on commit df301b6

Please sign in to comment.