tests/test01-chrom.R

library(CytoGPS)

try( x <- Chromosome(0) )   # fail?
try( x <- Chromosome("Z") ) # fail

x <- Chromosome(11)
image(x)
image(x, horizontal = TRUE)

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.