reportAnnotation (sgi, verbose = 0, path = ".", dir = "annotation", prefix = "annotation", report = NULL)
reportStatistics (sgi, verbose = 0, path = ".", dir = "stats",
prefix = "stat", report = NULL)
reportGeneLists (sgi, verbose = 0, path = ".", dir = "hitlist",
prefix = "hitlist", report = NULL)
reportNetworks (sgi, verbose = 0, path = ".", dir = "networks",
prefix = "networks", Networks, qv = 0.05,
withoutgroups = c("pos", "neg"), report = NULL)
reportScreenData (sgi, type = "data", design = "template",
do.trafo = TRUE, do.inv.trafo = FALSE, verbose = 0, path = ".", dir = "screenplots", prefix = "screenplot",
png.args = list(width = 960, height = 960),
pdf.args = list(width = 7, height = 7),
plotScreen.args = list(ncol = 6L, do.legend = TRUE,
fill = c("red", "white", "blue")),
png.scatter.args = list(width = 400, height = 400),
pdf.scatter.args = list(width = 7, height = 7), report = NULL)
reportDoublePerturbation(sgi, verbose = 0, path = ".", dir = "doublePerturbations",
prefix = "doublePerturbationPlots", report = NULL, withoutgroups = c("neg", "pos"), png.args = list(width = 500, height = 500),
pdf.args = list(width = 7, height = 7), ...)
reportMainEffects (sgi, verbose = 0, path = ".", dir = "maineffects",
prefix = "maineffects",
png.args = list(width = 500, height = 500),
pdf.args = list(width = 7, height = 7),
plot.args = list(), report = NULL)
reportHeatmap (sgi, verbose = 0, path = ".", dir = "heatmap",
prefix = "heatmap",
png.args = list(width = 1000, height = 1000),
pdf.args = list(width = 15, height = 15),
report = NULL, withoutgroups = c("neg", "pos"))RNAinteract.startReport.getData.startReport.
The report object has to be created with startReport beforehand. Multiple report functions can be called afterwards. When all reports are written, the report is finalized and closed by endReport.
RNAinteract-package,
startReport, endReport
data("sgi")
report = startReport("report")
reportAnnotation(sgi, report = report)
endReport(report)
# browseURL(file.path("report","index.html"))
Run the code above in your browser using DataLab