################################################################################
# Wrapper to C++ function
################################################################################
getAnnotation <- function(annotation, threads = 1) {
RcppParallel::setThreadOptions(numThreads = threads)
ret <- gtf2SAF(annotation)
RcppParallel::setThreadOptions()
ret
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.