View source: R/GenomeDB.installers.R
AddHumanGenomes | R Documentation |
if any is missing, the GRCh38 assembly and the GENCODE release 38 annotation GTF is installed with version name "GRCh38+GENCODE". Else all the parameters are required
AddHumanGenomes() AddHumanGenomes(urlFasta, urlGTF,version)
urlFasta |
url for the genome fasta file |
urlGTF |
the url of the annotation file |
version |
the name of the version identifying assembly+annotation sources |
## Not run: #To install hg19 AddHumanGenomes(urlFasta = "ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_19/GRCh37.p13.genome.fa.gz", urlGTF = "ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_19/gencode.v19.annotation.gtf.gz", version = "GRCh37+GENECODE19") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.