## get rid of unmappable regions
dropNonmappable <- function(SE, genome='hg19') {
stop("This ain't done yet, it's just supposed to drop consensus dead zones")
return(SE[ clusterable, ])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.