R/TSS.human.GRCh38.R

#' TSS annotation for human sapiens (GRCh38) obtained from biomaRt
#' 
#' TSS annotation for human sapiens (GRCh38) obtained from biomaRt
#' 
#' used in the examples Annotation data obtained by:
#' 
#' mart = useMart(biomart = "ensembl", dataset = "hsapiens_gene_ensembl")
#' 
#' getAnnotation(mart, featureType = "TSS")
#' 
#' @name TSS.human.GRCh38
#' @docType data
#' @format A 'GRanges' [package "GenomicRanges"] object with ensembl id as
#' names.
#' @keywords datasets
#' @examples
#' 
#' data(TSS.human.GRCh38)
#' slotNames(TSS.human.GRCh38)
#' 
"TSS.human.GRCh38"

Try the ChIPpeakAnno package in your browser

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

ChIPpeakAnno documentation built on April 1, 2021, 6:01 p.m.