PCAtools icon indicating copy to clipboard operation
PCAtools copied to clipboard

PCAtools: everything Principal Components Analysis

Results 11 PCAtools issues
Sort by recently updated
recently updated
newest added

Dear PCAtools developer, thanks for maintaining this tool. I tried to assign a continuous variable to augment `colby` in function `biplot`, however, it looks like the color legend is discretized....

Hello, I get the error next when using the pca function: ``` > PCAtools::pca(rlog, coldata, removeVar = 0.1) Erreur : useNames = NA is defunct. Instead, specify either useNames =...

Hi, I'm trying to use the eigencorplot function and this error appeared: Error in if (abs(max) > abs(min)) { : missing value where TRUE/FALSE needed. Is there something I can...

https://github.com/kevinblighe/PCAtools/blob/50f240ba76fe07e2a546998e76dc8aa1c3570693/R/pca.R#L101

Looking at the `pca()` code I noticed that the function does not have a `BPPARAM` parameter as it happens to have the `BiocSingular::runSVD()` function and that allows usage of multi-core...

The plots are very beautiful ! Wondering if you a example of how to do these plots on voom-limma normalized data ?

First of all, I'm sorry if this question makes no sense for this package. I am back to studying PCA, and I have a lot of (potentially disconnected) information in...

Hi Kevin, I am using the latest version of PCAtools in R 4.2.2. I want to know how to solve this error. this is my code >dds dds vst p...

Hi Kevin, I am using the latest version of PCAtools in R 4.2.2. I want to know how to solve this error. **First of all, my code:** data(iris) library(PCAtools) res

Dear Kevin, is there a way to change the text color of the labels (lab)? I have a dark and colorful plot where the black textlabels are badly visible. The...