## Not run: ------------------------------------
# # download the annotation of Arabidopsis thaliana from refseq
# # and store the corresponding genome file in '_ncbi_downloads/annotation'
# getGFF( db = "refseq",
# organism = "Arabidopsis thaliana",
# path = file.path("_ncbi_downloads","annotation"))
#
#
# # download the genome of Arabidopsis thaliana from genbank
# # and store the corresponding genome file in '_ncbi_downloads/annotation'
# getGFF( db = "genbank",
# organism = "Arabidopsis thaliana",
# path = file.path("_ncbi_downloads","annotation"))
#
## ---------------------------------------------
Run the code above in your browser using DataLab