#' Loads an example ICGC file #' #' @return A valid ICGC input file (that can for example be used for icgc2mut()). #' #' @examples #' loadICGCexample() #' #' @export loadICGCexample <- function() Import example input dataset
load("data/example_mutation_dataset.Rda", envir = parent.frame())
1 | icgc_sort(mut_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.