plotPca | R Documentation |
Principal component analysis plot
plotPca(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotPca(object, normalized = c("vst", "rlog"), ...)
object |
Object. |
normalized |
tximport caller-specific normalizations:
Additional gene-level-specific normalizations:
Note that |
... |
Passthrough to |
ggplot
.
Updated 2022-03-07.
Michael Steinbaugh
data(bcb)
## bcbioRNASeq ====
plotPca(bcb, label = FALSE)
plotPca(bcb, label = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.