Nothing
plot.gSignature <-
function(x, ...) {
tmp <- survfit(stData ~ x$classification)
mmain <- paste("signature:", x$signatureName)
xxlab <- paste("tValue(Log-Rank test) = ", round(x$tValue, 2), ", log(pValue, 10) = ", round(log(x$pValue, 10), 3), sep = "")
plot(tmp, main = mmain, xlab = xxlab, col = c("green", "red"))
# NextMethod("plot")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.