We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdef24e commit f42ad3aCopy full SHA for f42ad3a
vignettes/introduction.Rmd
@@ -3,8 +3,13 @@ title: "Overview of the tidySingleCellExperiment package"
3
package: "`r BiocStyle::pkg_ver('tidySingleCellExperiment')`"
4
author: "Stefano Mangiola"
5
output:
6
- BiocStyle::html_document:
7
- toc_float: true
+ prettydoc::html_pretty:
+ theme: cayman
8
+ toc: yes
9
+ toc_depth: 2
10
+ number_sections: yes
11
+ fig_caption: yes
12
+ df_print: paged
13
bibliography: tidySingleCellExperiment.bib
14
vignette: >
15
%\VignetteIndexEntry{Overview of the tidySingleCellExperiment package}
0 commit comments