Setting center=FALSE in the pca function results in (impossibly) high explained variance in biplot. This is for the latest version on bioconductor (2.0.0).
I originally noticed this with rlog counts from DESeq2, but it seems to occur with any data, such as the random data I generate here.
Setting
center=FALSE
in thepca
function results in (impossibly) high explained variance in biplot. This is for the latest version on bioconductor (2.0.0).I originally noticed this with rlog counts from DESeq2, but it seems to occur with any data, such as the random data I generate here.
It works when you leave the default
center=TRUE
.However, setting
center=FALSE
causes the high variance.