#' Retrieve dumped alignments
#'
#' Alias for GenomicAlignments::getDumpedAlignments. Retrieve ambiguous reads
#' not included in the loaded object. For more info check:
#' \code{\link[GenomicAlignments]{findMateAlignment}}
#'
#' @export
getDumpedAlignments <- function(){
GenomicAlignments::getDumpedAlignments()
}
# Pipe operator
`%>%` <- magrittr::`%>%`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.