View source: R/genomebrowser.R
| genomemap | R Documentation | 
genomemap creates an interactive genome map.
genomemap(assembly, mapTrack = NULL)
assembly | 
 a genome assembly data frame. D3GB provides human assemblies (NCBI36, GRCh37, GRCh38), human assemblies with cytobands (GRCh37.bands or GRCh38.bands), or methods for creating your own assembly from a FASTA file   | 
mapTrack | 
 a data frame with values to represent on the genome map in BED format: chromosome, start, end, name, value.  | 
Object of class genomebrowser.
David Barrios and Carlos Prieto. Bioinformatics, University of Salamanca. See http://d3gb.usal.es/
The ‘D3GB’ Website: http://d3gb.usal.es
createAssembly, getAssemblyFromFasta, GRCh37.bands, GRCh38.bands.
gm <- genomemap(GRCh38.bands)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.