Skip to content

Commit

Permalink
Merge pull request #41 from saezlab/NewVignettes
Browse files Browse the repository at this point in the history
Included code chunk
  • Loading branch information
jtanevski authored Mar 19, 2024
2 parents 9d9f2f3 + 6d709fa commit c6576fe
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 c6576fe

Please sign in to comment.