Learn R Programming

GeneticTools (version 0.3.1)

annotTrack: Example Annotation Track

Description

Example annotation track.

Usage

data(annotTrack)

Arguments

Format

A data frame with 1001 rows, each representing one annotation with 9 columns as provided from standard gtf format.

Source

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

Details

This is an example homo sapiens annotation track as it was imported from the Ensemble ftp download page. In total there are 1001 annotations from the human genome in release 70.

Examples

Run this code
data(annotTrack)
head(annotTrack)

Run the code above in your browser using DataLab