Description Usage Arguments Details Author(s) Examples
Plot tumor purity based on ESTIMATE score.
1 2 3 4 | plotPurity(scores,
samples="all_samples",
platform = c("affymetrix", "agilent", "illumina"),
output.dir="estimated_purity_plots")
|
scores |
a GCT file output by |
samples |
vector of character strings specifying sample names to be plotted. Defaults to "all_samples", which creates plots for all input samples |
platform |
character string indicating platform type. Defaults to "affymetrix" |
output.dir |
character string specifying a directory where plots should be saved. Defaults to "estimated_purity_plots" |
This function produces scatterplots (as PNG files) for each requested sample; it plots tumor purity against ESTIMATE score. At present, only the Affymetrix platform is supported.
Kosuke Yoshihara kyoshihara@mdanderson.org
1 2 | in.file <- system.file("extdata", "sample_purity.gct", package="estimate")
plotPurity(scores=in.file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.