repplots: reproducibility plots

Description Usage Arguments Value Author(s) See Also Examples

Description

plots reproducibility of replicates within/between screens

Usage

1
2
BetweenScreenPlot(df, what="value",names,smooth=TRUE)
WithinScreenPlot(df, what="value",main="within-screen replicates",ylab ="technical replicate 2",xlab= "technical replicate 1",smooth=TRUE,...)

Arguments

df

df dataframe created by the cellHTS2df function

names

names optional, character vector with names of the different screens.

what

what what should be plotted, eg value or residuals

main

main main title

ylab

ylab label for y-axis

xlab

xlab label for x-axis

smooth

smooth shoud the smoothScatter function be called. Default is TRUE.

...

... further argument to be passed to the plot function

Value

pairs plot

Author(s)

Elin Axelsson

See Also

pairs,plot

Examples

1
2
3
4

coRNAi documentation built on Nov. 17, 2017, 11:14 a.m.