subsel {genomic}R Documentation

Function to subsect part of a genomic haplotype data.

Description

Subselect small part of genomic haplotype data.

Usage

subsel(data, start, finish,rows,MB=TRUE)

Arguments

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?

Value

Returns an object of class GenomicHaplotype.

Author(s)

Ian J. Wilson <I.J.Wilson@ncl.ac.uk>

Examples

data(sim1)
summary(subsel(sim1,0.0,60,MB=FALSE))

[Package genomic version 1.0 Index]