Nothing
##
## method GenomicRegionsChrNumber to extract number of chromosomes
##
##
## GenomicRegions - GenomicRegionsChrNumber
##
setMethod("GenomicRegionsChrNumber", "GenomicRegions", function(.Object) {
Chrs<-slot(.Object, "chr")
ChrNumber<-length(unique(Chrs))
return(ChrNumber)
})
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.