Nothing
### get idioGPS.csv and save it as cytobandLocations
### make these into Rdata files
idiocolors <- c(acen='#aa0000', gneg='white',
gpos100='black', gpos25='gray75',
gpos50='gray50', gpos75='gray25',
gvar='darkblue', stalk='lightblue')
cytobandLocations <- read.csv("idioGPS.csv", row.names=1)
save(cytobandLocations, idiocolors,
file = file.path("..", "..", "data", "cytobandLocations.rda"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.