Description Usage Arguments Value Author(s) See Also Examples
plots reproducibility of replicates within/between screens
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,...)
|
df |
|
names |
|
what |
|
main |
|
ylab |
|
xlab |
|
smooth |
|
... |
|
pairs plot
Elin Axelsson
1 2 3 4 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
BetweenScreenPlot(df)
WithinScreenPlot(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.