Description Usage Arguments Examples
This function downloads a gene's VCF from the 1000 Genomes FTP based on its transcription region as listed in the UCSC Genome database.
1 | download_1000g(genes, download)
|
genes |
character; name of a gene(s) indexed in refGene |
download |
logical; indicates whether to download the file. FALSE still returns transcription coordinates and RefGene details from UCSC. |
1 2 | download_1000g('BRCA2', download = T)
download_output <- sapply(ACMG.panel, function(gene) download_1000g(gene, download = T)) %>% t
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.