R/getAnnotation.R

################################################################################
# Wrapper to C++ function
################################################################################


getAnnotation <- function(annotation, threads = 1) {
  RcppParallel::setThreadOptions(numThreads = threads)
  ret <- gtf2SAF(annotation)
  RcppParallel::setThreadOptions()
  ret
}
franciscodavid/TranslaSeq documentation built on May 16, 2019, 7:11 p.m.