I have added implementations to plot PCA, MDS, RLE, and other reduced dimension plots. These implementations work for ExpressionSet, DGEList, SummarizedExperiment, SingleCellExperiment, SpatialExperiment and ExperimentList objects. The following user interface functions are added:
plotPCA()
plotMDS()
plotDR()
plotRLE()
I have also added a plotting theme function bhuvad_theme() and a package checking function (checkPackages()) for internal use. The latter will be useful when checking dependencies for optional functions.
I have added implementations to plot PCA, MDS, RLE, and other reduced dimension plots. These implementations work for
ExpressionSet
,DGEList
,SummarizedExperiment
,SingleCellExperiment
,SpatialExperiment
andExperimentList
objects. The following user interface functions are added:plotPCA()
plotMDS()
plotDR()
plotRLE()
I have also added a plotting theme function
bhuvad_theme()
and a package checking function (checkPackages()
) for internal use. The latter will be useful when checking dependencies for optional functions.