get.adjacent.markers: Get adjacent markers within a distance around the given...

View source: R/get.adjacent.markers.r

get.adjacent.markersR Documentation

Get adjacent markers within a distance around the given marker

Description

Returns markers adjacent to a given marker (within a preset distance).

Usage

get.adjacent.markers(data, marker, size.bp = 1000)

Arguments

data

a gwaa.data class object as used by the gwaa.data-class,

marker

a name of the central marker,

size.bp

window size in basepairs,

Value

a matrix of marker adjacency

Author(s)

Marcin Kierczak <Marcin.Kierczak@imbim.uu.se>

Examples

## Not run: 
adj.markers  <- get.adjacent.markers(data, 'BICF2P647127')

## End(Not run)

cgmisc-team/cgmisc documentation built on Jan. 3, 2024, 9:52 p.m.