Nothing
#' @importFrom magrittr "%>%"
#' @importFrom rlang .data
#' @importFrom utils head
utils::globalVariables(c("%>%", "."))
NULL
#' rhmmer: utilities for 'HMMER'
#'
#' Currently rhmmer exports exactly two functions:
#'
#' \describe{
#' \item{\code{read_tblout}}{Read a file made by HMMER '----tblout'}
#' \item{\code{read_domtblout}}{Read a file made by HMMER '----domtblout'}
#' }
#'
#' @docType package
#' @name rhmmer
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.