Description Usage Arguments Value Examples
View source: R/example_functions.R
Create a test case dataset based on the test sample annotation to be used in the vignette and to explore the functionallity of the FRASER package. Dependent on the request only the sample annotation or a full fitted model is returned.
1 2 3 | createTestFraserSettings(workingDir = tempdir())
createTestFraserDataSet(workingDir = tempdir(), rerun = FALSE)
|
workingDir |
directory where to store HDF5 and RDS files. Defaults to the current tempory R session folder. |
rerun |
Defaults to |
a FraserDataSet object which contains a test case
1 2 3 4 5 | fds <- createTestFraserSettings()
fds
fds <- createTestFraserDataSet()
fds
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.