Description Usage Arguments Value Author(s) See Also Examples
View source: R/InteractLevelPlot.R
visualizes significant interactions as a levelplot
1 | InteractLevelPlot(toptable, thresh = 0.001, by = "P.Value", key = FALSE, col.regions = colorRampPalette(c("blue", "white", "yellow")),zerolimit=0)
|
toptable |
|
thresh |
|
by |
|
key |
|
col.regions |
|
zerolimit |
|
a levelplot, pdf files with graphs
Elin Axelsson
1 2 3 4 5 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
tt = data.frame("size"=runif(length(unique(df$Pair[df$Type=="comb"])),-2,2),stringsAsFactors=FALSE)
rownames(tt) = unique(df$Pair[df$Type=="comb"])
InteractLevelPlot(tt,thres=0,by="size")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.