R/utils.R

Defines functions get_ercc_anno

Documented in get_ercc_anno

#' Get ERCC annotation table
#'
#' Helper function to retrieve ERCC annotation as a dataframe in SAF format
#'
#' @return data.frame containing ERCC annotation
#'
#' @examples
#' \dontrun{
#' ercc_anno <- get_ercc_anno()
#' }
#'
#' @export
#'

get_ercc_anno <- function() {
    anno_import(system.file("extdata", "ERCC92_anno.gff3", package = "scPipe"))
}

Try the scPipe package in your browser

Any scripts or data that you put into this service are public.

scPipe documentation built on Nov. 8, 2020, 8:28 p.m.