R/getResultList.R

Defines functions getResultList

Documented in getResultList

#' @title getResultList
#' @description Get the list of result type
#' @export getResultList
#' @examples getResultList()
getResultList <- function()
{
  print('1 - head')
  print('2 - readopen')
  print('3 - peakopen')
  print('4 - spotopen')
  print('5 - foreread')
}
ZjGaothu/OpenAnnotateR documentation built on April 5, 2024, 10:13 p.m.