create_pca: Create principal component analysis plot from DDS object

Description Usage Arguments Value Examples

View source: R/create_pca.R

Description

Function to create a PCA plot from a DDS object

Usage

1

Arguments

dds

DESeq2 dds object created by DESeqDataSetFromMatrix.

Value

PCA plot in PNG and PDF formats.

Examples

1
2
3
4
5
## Not run: 
load(system.file("data", "ddsMat.rda", package = "dealr"))
create_pca(ddsMat)

## End(Not run)

anilchalisey/parseR documentation built on May 7, 2019, 7:45 a.m.