Skip to content

Commit

Permalink
included code chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
leotenshii committed Mar 19, 2024
1 parent 9d9f2f3 commit 6d709fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/MistyRStructuralAnalysisPipelineDOT.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Based on the plots, we can observe that some cell types are found more frequentl

## MISTy views

```{r include = FALSE}
```{r message=FALSE, warning=FALSE}
# Calculating the radius
geom_dist <- as.matrix(distances(geometry))
dist_nn <- apply(geom_dist, 1, function(x) (sort(x)[2]))
Expand Down

0 comments on commit 6d709fa

Please sign in to comment.