# NOT RUN {
# 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")
# }
# NOT RUN {
data(annotTrack)
annotTrack
# }
Run the code above in your browser using DataLab