report_vcf <- function(vcf,
verbose=TRUE){
n_snps <- nrow(vcf)
n_samples <- ncol(vcf)
messager("Retrieved data with",
formatC(n_snps, big.mark = ","), "rows",
"across", formatC(n_samples, big.mark = ","), "samples.",
v = verbose
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.