powered by
embedPCA(sgi, screen, channel, dim = 4, embed = "template", withoutgroups = c())
RNAinteract
RNAinteract-package
data("sgi") X <- embedPCA(sgi, screen="1", channel="nrCells", dim=2) plot(X[,1], X[,2], pch=20, cex=0.01) text(X[,1], X[,2], row.names(X))
Run the code above in your browser using DataLab