View source: R/example_functions.R
createTestFraserSettings | R Documentation |
Create a test case dataset based on the test sample annotation to be used in the vignette and to explore the functionality of the FRASER package. Dependent on the request only the sample annotation or a full fitted model is returned.
createTestFraserSettings(workingDir = "FRASER_output")
createTestFraserDataSet(
workingDir = "FRASER_output",
rerun = FALSE,
metrics = "jaccard"
)
workingDir |
Directory where to store HDF5 and RDS files. Defaults to
|
rerun |
Defaults to |
metrics |
The splice metrics that should be included in the test fds. One or several of 'jaccard', 'psi5', 'psi3' or 'theta'. |
A FraserDataSet object that contains a test case
fds <- createTestFraserSettings()
fds
fds <- createTestFraserDataSet()
fds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.