## Not run:
#
# # download the genome of Arabidopsis thaliana from refseq
# # and store the corresponding genome CDS file in '_ncbi_downloads/CDS'
# getCDS( db = "refseq",
# kingdom = "plant",
# organism = "Arabidopsis thaliana",
# path = file.path("_ncbi_downloads","CDS"))
#
#
# file_path <- file.path("_ncbi_downloads","CDS","Arabidopsis_thaliana_rna.fna.gz")
# Ath_CDS <- read_cds(file_path, format = "fasta")
#
# ## End(Not run)
Run the code above in your browser using DataLab