Skip to content

Commit

Permalink
disambiguate
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Nov 15, 2024
1 parent dd676ac commit 339d0ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
^playground/.*$
^.*\.kdev4$
^\.kdev4/.*$
^doc$
^Meta$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ __pycache__/
/vignettes/*.R
/vignettes/*_files/
/vignettes/.build.timestamp
/doc/
/Meta/
2 changes: 1 addition & 1 deletion vignettes/Gene-Relevance.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ cowplot::plot_grid(plotlist = gms, nrow = 1)
As you can see, despite the quite different embedding, the rankcor and Cosine diffusion Maps display a number of the same driving genes.

```{r}
gms[-1] %>% map(~ .$ids[1:10]) %>% purrr::reduce(intersect) %>% cat(sep = ' ')
gms[-1] %>% map(~ .$ids[1:10]) %>% purrr::reduce(base::intersect) %>% cat(sep = ' ')
```

```{r}
Expand Down

0 comments on commit 339d0ba

Please sign in to comment.