R/concatenate.regions.R

Defines functions concatenate.regions

Documented in concatenate.regions

concatenate.regions <- function(object){

n.regions <- length(object@region.names)

return(concatenate_to_whole_genome(object,n.regions))

}

Try the PopGenome package in your browser

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

PopGenome documentation built on Feb. 1, 2020, 1:07 a.m.