--- title: "references" date: "`r doc_date()`" vignette: > % \VignetteIndexEntry{RNA-seq count data employed in the vignette of the tweeDEseq package} % \VignetteEngine{knitr::rmarkdown} % \VignetteEncoding{UTF-8} output: BiocStyle::html_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` # Overview RNA-seq count data from Pickrell et al. (2010) employed to illustrate the use of the Poisson-Tweedie family of distributions with the tweeDEseq package. For more information in how loading and use of the data, please, refer to [`tweeDEseqCountData` vignette](https://github.com/isglobal-brge/tweeDEseqCountData) # sessionInfo() ```{r sessionInfo} sessionInfo() ```