Nothing
#' Retrieve gene sequences from NCBI by accession number.
#'
#' THIS FUNCTION IS DEFUNCT.
#'
#' @export
#' @author Scott Chamberlain
#' @rdname ncbi_getbyid-defunct
#' @keywords internal
ncbi_getbyid <- function(...) {
.Defunct("ncbi_byid", "traits",
msg = "This function is defunct. See traits::ncbi_byid()")
}
#' Retrieve gene sequences from NCBI by accession number.
#'
#' THIS FUNCTION IS DEFUNCT.
#'
#' @export
#' @keywords internal
#' @rdname get_genes-defunct
get_genes <- function(...) {
.Defunct("ncbi_getbyid", "taxize", "Function name changed. See ncbi_getbyid")
}
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.