Learn R Programming

RPPanalyzer (version 1.4.9)

plotQC: Plot target and blank signal from RPPA control samples

Description

Plots target and blank signal from control samples of an RPPA data set in one plot. Exports pdf file.

Usage

plotQC(x, file = "target_vs_blank.pdf", arrays2rm = c("protein"))

Value

generates a PDF file

Arguments

x

RPPA data list as output from read.Data

file

name of the PDF file

arrays2rm

character describing the arrays that dont have be plotted

Author

Heiko Mannsperger <h.mannsperger@dkfz.de>

Details

This function genrates scatter plots in a pdf file from not yet normalized, serially diluted control samples (annotated as control in the sample_type column of the sampledescription file) of RPPA data to get an impression of the antibody dynamic. An array with blank as target description is needed.

Examples

Run this code
if (FALSE) {
library(RPPanalyzer)
data(dataIII)

plotQC(dataIII,file="plotQC.pdf")
}

Run the code above in your browser using DataLab