#'
#' Available splice metrics
#'
#' @examples
#' # to show all available splice metrics:
#' psiTypes
#'
#' @rdname psiTypes
#' @export
psiTypes <- c("jaccard", "psi5", "psi3", "theta")
names(psiTypes) <- c("Intron Jaccard Index", "psi5", "psi3", "theta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.