Last data update: 2014.03.03

R: Distance matrix based on identity by state (IBS)
ibsDistR Documentation

Distance matrix based on identity by state (IBS)

Description

Expresses a matrix of IBS counts (see ibsCount) as a distance matrix. The distance between two samples is returned as the proportion of allele comparisons which are not IBS.

Usage

ibsDist(counts)

Arguments

counts

A matrix of IBS counts as produced by the function ibsCount

Value

An object of class "dist" (see dist)

Author(s)

David Clayton david.clayton@cimr.cam.ac.uk

See Also

ibsCount, dist

Examples

data(testdata)
ibs <- ibsCount(Xchromosome)
distance <- ibsDist(ibs)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(chopsticks)
Loading required package: survival
> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/chopsticks/ibsDist.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ibsDist
> ### Title: Distance matrix based on identity by state (IBS)
> ### Aliases: ibsDist
> ### Keywords: cluster
> 
> ### ** Examples
> 
> data(testdata)
> ibs <- ibsCount(Xchromosome)
> distance <- ibsDist(ibs)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>