/
Genome Browser in an iframe
Genome Browser in an iframe
Instant genome Browser:
This example uses an iframe to load CoGe's genome browser. Nothing is being hosted on the server and uses one line of HTML:
< iframe src = "https://genomevolution.org/coge/GenomeView.pl?gid=16911&embed=1" style =" width : 100% ; height : 100% " ></ iframe >
Details:
More information on how to embed CoGe's genome browser can be found on CoGePedia: https://genomevolution.org/wiki/index.php/Embedding_CoGe_JBrowse_in_your_website
Download Data:
- To download this genome using CoGe's API: https://genomevolution.org//coge/api/v1/genomes/16911/sequence
- To download a portion of a genome: https://genomevolution.org/coge/coge/api/v1/genomes/16911/sequence/<chr>?start=<x>&stop=<y>
- You can embed or link to any genome in CoGe using the genome_id (in this case, 16911 which is for Arabidopsis).
- Export GFF requires more advanced use of CoGe's API:
PUT [base_url/jobs] { "type": “export_gff”, "parameters": { “dest_type”: “irods”, “gid”: “16911”, “overwrite”: “1” } }
- Click for more information on CoGe's API
Related content
iPlant Webinar - Genome Annotation with MAKER-P
iPlant Webinar - Genome Annotation with MAKER-P
More like this
FFW: Scan and Visualize Genomes with PatMatch and Circos in VICE
FFW: Scan and Visualize Genomes with PatMatch and Circos in VICE
More like this
Viewing Newick Files in the Tree Viewer
Viewing Newick Files in the Tree Viewer
More like this
gffread-2.2.1
gffread-2.2.1
More like this
MetaGeneMark GFF to IGB
MetaGeneMark GFF to IGB
More like this
gmap_build-2018-03-25
gmap_build-2018-03-25
More like this