R/ngstk.R

#' ngstk can be used to facilitate the analysis of NGS data,
#' such as visualization, conversion of data format for WEB service input and other purpose.
#'
#' @author
#' Li Jianfeng \url{lee_jianfeng@sjtu.edu.cn}
#' @seealso
#' Useful links:
#'
#' \url{https://github.com/JhuangLab/ngstk}
#'
#' Report bugs at \url{https://github.com/JhuangLab/ngstk/issues}
#'
#' @docType package
#' @name ngstk
#' @import stringr configr utils data.table future
#' @importFrom stringi stri_rand_strings
#' @importFrom parallel makeCluster stopCluster
#' @importFrom optparse OptionParser make_option parse_args parse_args2
NULL

Try the ngstk package in your browser

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

ngstk documentation built on May 2, 2019, 9:19 a.m.