PCAtools lables missing or out of the plot
1
0
Entering edit mode
luca.s ▴ 50
@lucas-24386
Last seen 7 months ago
Italy

I am new to PCAtools, and I am trying to use it to perform PCA on log2cpm from edgeR and plotting the results. I am experiencing some issues with the plotting. In detail, when I try ti increase size of the points and/or of the lables, some of the lables go out of the plot or do not show up. Any suggestion? Version of the PCAtools is 1.0.0 run under R version 36.1 Thanks, Luca


#logcpm is the matrix with log2cpm data
#matadata is the datagrame with metadata, column of interest is 'type'
p <- pca(logcpm, metadata = metadata,removeVar = 0.9)

biplot(p,
colby = 'type',colkey = c('case' = 'salmon', 'control' = 'cyan3'),
hline = 0, vline = 0,
legendLabSize = 16, legendIconSize = 8.0,
gridlines.major = F,gridlines.minor = F,
pointSize = 10,
labSize=5,
drawConnectors = T,
legendPosition = 'right')
PCAtools • 816 views
ADD COMMENT
2
Entering edit mode
Kevin Blighe ★ 3.9k
@kevin
Last seen 6 days ago
Republic of Ireland

Hi,

You could increase the values of xlim and / or ylim

Note that EdgeR has the plotMDS() function, which allows one to perform multi-dimensional scaling.

Kevin

ADD COMMENT
1
Entering edit mode

Thanks Kevin, solved following your suggestion. PlotMDS is an option, but, for what I can menage, the aesthetics of the plot ar far less captivating than those obtained with PCAtools.

ADD REPLY

Login before adding your answer.

Traffic: 815 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6