Skip to content

Commit aefa76c

Browse files
authored
Add panel tabset option to R code chunk
1 parent 0ea3b9a commit aefa76c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

05_signaling/cellchat.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ df.net %>% sanitize_datatable()
250250
#| results: 'asis'
251251
#| fig-width: 8
252252
#| fig-height: 12
253+
#| panel: tabset
253254
254255
top_ints <- (df.net %>% pull(interaction_name) %>% unique())[1:10]
255256
for (interaction in top_ints) {

0 commit comments

Comments
 (0)