subsel {genomic} | R Documentation |
Subselect small part of genomic haplotype data.
subsel(data, start, finish,rows,MB=TRUE)
data |
The genomic data |
start |
The starting position |
finish |
The finishing position |
rows |
The rows to select – leave blank for all |
MB |
postions in megabases? |
Returns an object of class GenomicHaplotype
.
Ian J. Wilson <I.J.Wilson@ncl.ac.uk>
data(sim1) summary(subsel(sim1,0.0,60,MB=FALSE))