plotMeasurementsQC | R Documentation |
Plots the blank signals and the target specific signals of an RPPA data list in a PDF file.
plotMeasurementsQC(x, file = "QC_plots.pdf", arrays2rm = c("protein"))
x |
RPPA data list as output from |
file |
name of the PDF file that will be exported |
arrays2rm |
character describing the arrays that dont have be plotted |
This function genrates scatter plots in a pdf file from not yet normalized samples
(annotated as measurement
in the sample_type
column
of the sampledescription file) of RPPA data to get an impression of the distance
from the blank signal to the target specific signal.
An array with blank as target description is needed.
Genrates a PDF file
Heiko Mannsperger <h.mannsperger@dkfz.de>
## Not run:
library(RPPanalyzer)
data(dataIII)
plotMeasurementsQC(dataIII,file="control_plot.pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.