Entering edit mode
5.4 years ago
fatimarasool135
▴
90
Hi,
I need help in drawing the graphs by using the R.
I have generated the graphs for genes by following code as but colours for each plot are not appeared in graph.
plot(pc$x[,1:2], pch = 21, bg = pData(bg_data)$Color, cex = 2, ylim = c(-100, 100), xlim = c(-100, 100), xlab = "PC1", ylab = "PC2", cex.lab = 1.4, cex.axis = 1.3)