middle {genoPlotR} | R Documentation |
Returns a vector containing the middle of the genes of a dna_seg. Useful to prepare annotations, for example.
middle(dna_seg)
dna_seg |
A |
A numeric vector.
Lionel Guy
## Load data data(barto) ## Get middles of the first dna_seg mid <- middle(barto$dna_segs[[1]])