This function should be excuted before running annotation functions. By this function, user can download genome database file from UCSC and ENSEMBL database. User can download 5 types of human-related database and 4 types of chicken-related database. Function connects ucsc server to download repeats, CpG island and annotated gap database file. Plus, ENSEMBL data fils are also downloaded to annotate about transcription start site and genomic site.
1 2 | downloadDB(dbtype = c('Repeat', 'CpG', 'Gap'), organism = 'hg19',
dbPath = paste0(.libPaths()[1], '/IRFinder/extdata'))
|
dbtype |
an array or vector. Avaliable values are 'Repeat', 'CpG' and 'Gap'. Repeat : Repeat database file made by Repeatmasker. CpG : It means CpG islands. Gap : This data is about annotated gaps. By this data, Annotation regions about centromere, telomere and heterochromatin is possible. That is provided by UCSC genome browser. |
organism |
a single character. This function serves 3 versions of organisms such as hg19, hg38 (Human) and galGal6 (Chicken). |
dbPath |
a string vector. Path for saving database files. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.