View source: R/downloadUCSCgenome.R
downloadUCSCgenome | R Documentation |
Function downloads chromosome-separated fasta genome sequences from the UCSC database. Users can specify a genome name, an output folder, and a specific chromosome or chromosomes. There's an option to choose the download method as well.
downloadUCSCgenome(genome.name, output.path, chr.name, method = "curl")
genome.name |
Genome name (e.g., hg19, hg38, mm19). |
output.path |
Output folder for the downloaded sequences. |
chr.name |
Specific chromosome to download; defaults to all if unspecified. |
method |
Download method for the |
An output folder containing chromosome-separated fasta files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.