
Last chance! 50% off unlimited learning
Sale ends in
plotGS(x, axes=1:2, center.only=FALSE, topN=1, data.pch=20, data.col=1, highlight.col = 2, label=NULL, label.cex=1, layout=NULL, ...)
mgsa-class
or moa.sup-class
text
function to adjust the the labels
layout
function.
points
list
of selected/highlighted gene set at
the (positve and negative) end of each axis will be returned.
data@coord.comb
and data@coord.sep
.
# library(mogsa)
# loading gene expression data and supplementary data
data(NCI60_4array_supdata)
data(NCI60_4arrays)
mgsa <- mogsa(x = NCI60_4arrays, sup=NCI60_4array_supdata, nf=9,
proc.row = "center_ssq1", w.data = "inertia", statis = TRUE)
plotGS(mgsa, center.only = TRUE, topN=5)
res <- plotGS(mgsa, center.only = FALSE, data.pch=1:4, data.col=1:4)
res
Run the code above in your browser using DataLab