Skip to content

Commit b3e611e

Browse files
committed
eval false for vignette
1 parent 4172d63 commit b3e611e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vignettes/introduction.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ pbmc_small_UMAP %>%
283283

284284
We can infer cell type identities using *SingleR* [@aran2019reference] and manipulate the output using tidyverse.
285285

286-
```{r}
286+
```{r eval=FALSE}
287287
# Get cell type reference data
288288
blueprint <- celldex::BlueprintEncodeData()
289289
@@ -298,7 +298,9 @@ cell_type_df <-
298298
as.data.frame() %>%
299299
as_tibble(rownames="cell") %>%
300300
select(cell, first.labels)
301+
```
301302

303+
```{r}
302304
# Join UMAP and cell type info
303305
pbmc_small_cell_type <-
304306
pbmc_small_UMAP %>%
@@ -459,4 +461,4 @@ tidySCE::pbmc_small_nested_interactions
459461
sessionInfo()
460462
```
461463

462-
# References
464+
# References

0 commit comments

Comments
 (0)