#' Exporting VCF File Instance
#'
#' @param path
#'
#' @return a VCF file instance from \code{\link{readVcf}}
#' @export
#' @importFrom VariantAnnotation readVcf
#'
#' @examples
#' VcfFileInstance(filename)
VcfFileInstance <- function(filename) {
readVcf(system.file("Sorghum",filename,package = "SorghumTestingData" ))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.