R/getSeq.R

Defines functions getSeq

Documented in getSeq

#' Getting the gene sequence of 2019-nCoV virus (i.e.GenBank:MN908947)
#'
#' @return a string which is the gene sequence of 2019-nCoV
#' @export
#' @examples
#'
#' Seq <- getSeq()
getSeq <- function() {
    geneSEQ <- geneSEQ
    message("The sequence information is from GenBank:MN908947.")
    return(geneSEQ)
}

Try the R2019nCoV package in your browser

Any scripts or data that you put into this service are public.

R2019nCoV documentation built on March 26, 2020, 7:43 p.m.