plotMeasurementsQC {RPPanalyzer} | R Documentation |
Scatter Plots from an RPPA data
Description
Plots the blank signals and the target specific signals of an RPPA data list in a PDF file.
Usage
plotMeasurementsQC(x, file = "QC_plots.pdf", arrays2rm = c("protein"))
Arguments
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 |
Details
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.
Value
Genrates a PDF file
Author(s)
Heiko Mannsperger <h.mannsperger@dkfz.de>
Examples
## Not run:
library(RPPanalyzer)
data(dataIII)
plotMeasurementsQC(dataIII,file="control_plot.pdf")
## End(Not run)
[Package RPPanalyzer version 1.4.9 Index]