simdata | R Documentation |
A list containing 4 components: a data frame that has the sample metadata, a matrix with RNA-Seq counts (simulated from a negative binomial distribution), a matrix with transformed gene expression values, and a vector denoting if each gene in the count/transformed expression matrices is differentially expressed (changes in expression from baseline to follow up in the treatment group).
simdata
A list with 4 named objects:
Data frame with variables for group, time, and subject ID. The DESeq2 size factors (log scale) are also included for use as an offset term. Rows are in the same order as columns of counts.
Gene expression values.
Transformed gene expression values using the vst
function from the DESeq2-package
Vector of logical values denoting if each gene (row) in counts and vst_expr is differentially expressed.
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.