Nothing
## function to perform unit test for optFrag
test_optFrag <- function() {
data(Library)
checkException(optFrag(Library = Library),
"Either Targets or target.table should be provided!")
data(Targets)
checkException(optFrag(Targets = Targets),
"A library should be provided for optimization!")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.