Description Usage Arguments Value Author(s) References See Also Examples
View source: R/hrunbiasedTesting.r
Plot function for hrunbiasedTesting objects
1 2 3 |
x |
Object of class |
legend.out |
If TRUE, an automatic legend is shown in the plot |
show.pvalues |
If TRUE, an automatic legend with the testing p-values is created |
show.stat |
If TRUE, the hazard ratio statistic is shown, if FALSE, the log hazard ratio is shown |
density.tg.minpoints |
minimum number of genes to show a density estimation of the signature hazard ratios genewise |
... |
Arguments passed to or from other methods to the low level |
plot of object of class hrunbiasedTesting
.
Adria Caballe Mestres
Caballe Mestres A, Berenguer Llergo A and Stephan-Otto Attolini C. Adjusting for systematic technical biases in risk assessment of gene signatures in transcriptomic cancer cohorts. bioRxiv (2018).
hrunbiasedTesting
and
hrunbiasedDiagnostic
1 2 3 4 5 6 7 8 9 10 11 | eh <- ExperimentHub()
nda.brca <- query(eh, "mcsurvdata")[["EH1497"]]
nda.gse1456 <- nda.brca[,nda.brca$dataset=="GSE1456"]
data(mammaprint.sig)
mammaprint.sig <- intersect(mammaprint.sig, rownames(nda.gse1456))
correction.type <- "Gsignature"
tout.GS <- hrunbiasedTesting(nda.gse1456,
gene.signature = mammaprint.sig, test.type = c("asymptotic",
"random.signatures", "random.genes"), correction.type = "Gsignature",
mc.cores=1, nrs = 100, executation.info = FALSE)
plot(tout.GS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.