inst/Cytobands/00-makeIdio.R

### 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"))

Try the CytoGPS package in your browser

Any scripts or data that you put into this service are public.

CytoGPS documentation built on Oct. 16, 2019, 3:01 p.m.