Description Usage Format Details Source Examples
An example for a typical annotation track.
1 |
A data table with 1000 rows, each representing one annotation with 11 columns as provided from standard gtf format from Ensembl.
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.
http://www.ensembl.org/info/data/ftp/index.html
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.