annotTrack: Example Annotation Track

Description Usage Format Details Source Examples

Description

An example for a typical annotation track.

Usage

1

Format

A data table with 1000 rows, each representing one annotation with 11 columns as provided from standard gtf format from Ensembl.

Details

This is an example homo sapiens annotation track as it was downloaded from the Ensembl ftp download page. In total there are 1000 annotations from the human genome in release 85.

Source

http://www.ensembl.org/info/data/ftp/index.html

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# The object was created from the downloaded Ensembl file as follows
## Not run: 
  ensGTF <- importGTF(file="Homo_sapiens.GRCh38.85.gtf.gz")
  annotTrack <- ensGTF[1:1000,]
  save(annotTrack,file="annotTrack.rda")

## End(Not run)

data(annotTrack)
annotTrack

GenomicTools documentation built on March 13, 2020, 3:08 a.m.