strip.quality.columns = function(variants) {
qual.cols = grep("qual", colnames(variants))
if(length(qual.cols) > 0) {
variants = variants[,-qual.cols]
} # if(length(qual.cols) > 0)
return(variants)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.