Loads the GTF file for the selected assembly, drops non-standard chromosomes,
adds "chr" prefix to Ensembl chromosome names and saves the SQLite database
to db.file
1 2 | gtf2sqlite(assembly = c("hg19", "hg38", "mm10", "rn5", "rn6", "dm6",
"WBcel235"), db.file)
|
assembly |
abbreviation for one of the supported assemblies |
db.file |
a file to save SQLite database to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.