Learn R Programming

ChIPpeakAnno (version 2.16.4)

TSS.zebrafish.Zv9: TSS annotation for Danio rerio (Zv9) obtained from biomaRt

Description

TSS annotation for Danio rerio (Zv9) obtained from biomaRt

Usage

data(TSS.zebrafish.Zv9)

Arguments

Format

RangedData with slot start holding the start position of the gene, slot end holding the end position of the gene, slot rownames holding ensembl gene id and slot space holding the chromosome location where the gene is located. In addition, the following variables are included.
strand
1 for positive strand and -1 for negative strand
description
description of the gene

Details

Annotation data obtained by:

mart = useMart(biomart = "ensembl", dataset = "drerio_gene_ensembl") getAnnotation(mart, featureType = "TSS")

Examples

Run this code
data(TSS.zebrafish.Zv9)
slotNames(TSS.zebrafish.Zv9)

Run the code above in your browser using DataLab