View source: R/03_preprocessingR.R
DESeq2_process | R Documentation |
This function proceed with DESeq2 to get vst matrix
DESeq2_process( raw_counts, samples_metadata, design_formula, batch, blindRun, outDIR )
raw_counts |
: raw counts matrix |
samples_metadata |
: metadata where names of raw counts match with metadata |
design_formula |
: formula used for DESeq2 process |
batch |
: batch = NULL if not, run batch correction with limma packages (Chip variable) |
blindRun |
: no messages during DESeq2 process |
outDIR |
: directory to save plots |
normalised matrix
DESeq2_process()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.