if (FALSE) {
# download the Repeat Masker output file of Homo sapiens from refseq
# and store the corresponding genome file in '_ncbi_downloads/genomes'
file_path <- getRepeatMasker( db = "refseq",
organism = "Homo sapiens",
path = file.path("_ncbi_downloads","repeatmasker"))
Hsap_repeatmasker <- read_rm(file_path)
}
Run the code above in your browser using DataLab