R/annotation_data.r

#' Annotation dataset
#' Dataset contains gene length for human GRCh37 and mouse GRCm38 genome and low variability genes.
#' @docType data
#' @usage data(annotation_data)
#' @examples
#' data(annotation_data)
#' gene_len_GRCh37 <- annotation_data[["gene_len_GRCh37"]]
#' gene_len_GRCm38 <- annotation_data[["gene_len_GRCm38"]]
#' LV_gene_human <- annotation_data[["LV_gene_human"]]
#' LV_gene_mouse <- annotation_data[["LV_gene_mouse"]]
"annotation_data"
WeiqiangZhou/SCDV documentation built on May 17, 2019, 12:04 p.m.