Description Usage Arguments Value
The function will generate a plot_ly 3D scatter plot image for a 3D exploration of the PCA.
1 2 |
object |
a DESeqTransform object, with data in assay(x), produced for example by either rlog or varianceStabilizingTransformation. |
intgroup |
interesting groups: a character vector of names in colData(x) to use for grouping |
ntop |
number of top genes to use for principal components, selected by highest row variance |
returnData |
should the function only return the data.frame of PC1, PC2 and PC3 with intgroup covariates for custom plotting (default is FALSE) |
An object created by plot_ly, which can be assigned and further customized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.