filter_genome <- function(meta,
build,
build_col = "genome",
verbose = TRUE){
meta <- meta[get(build_col)==build,]
messager(formatC(nrow(meta),big.mark = ","),
"rows remain after filtering by genome build:",build,v=verbose)
return(meta)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.