Description Usage Arguments Author(s) Examples
View source: R/generateSyntheticData.R
Summarize a synthetic data set (generated by generateSyntheticData
) by some diagnostic plots.
1 | summarizeSyntheticDataSet(data.set, output.filename)
|
data.set |
A data set, either a |
output.filename |
The filename of the resulting html report (including the path). |
Charlotte Soneson
1 2 3 4 5 6 7 8 | tmpdir <- normalizePath(tempdir(), winslash = "/")
mydata.obj <- generateSyntheticData(dataset = "mydata", n.vars = 1000,
samples.per.cond = 5, n.diffexp = 100,
output.file = file.path(tmpdir, "mydata.rds"))
if (interactive()) {
summarizeSyntheticDataSet(data.set = file.path(tmpdir, "mydata.rds"),
output.filename = file.path(tmpdir, "mydata_check.html"))
}
|
Loading required package: sm
Package 'sm', version 2.2-5.6: type help(sm) for summary information
Registered S3 method overwritten by 'gplots':
method from
reorder.factor gdata
Warning messages:
1: no DISPLAY variable so Tk is not available
2: replacing previous import ‘gdata::reorder.factor’ by ‘gplots::reorder.factor’ when loading ‘compcodeR’
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.