Skip to content

Commit

Permalink
minor dot argument fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanevski committed Mar 4, 2024
1 parent 227f071 commit a73f4cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vignettes/MistyRStructuralAnalysisPipelineDOT.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ Now we can carry out deconvolution:

```{r}
# Run DOT
dot <- run.DOT.lowresolution(dot,
lambda_a = 0,
max_spot_size = 20,
verbose = FALSE)
dot <- run.DOT.lowresolution(dot)
```

The results can be found under `dot@weights`. To obtain the calculated cell-type proportion per spot, we normalize the result to a row sum of 1.
Expand Down

0 comments on commit a73f4cc

Please sign in to comment.