summarise_peaks: Summarise LOD score peaks

Description Usage Arguments Value Examples

Description

Which regions achieve a LOD score above a given threshold?

Usage

1
summarise_peaks(ld, valcol)

Arguments

ld

A list of data.frames containing markers achieving high LOD scores.

valcol

A length-one character vector giving the name of the column in d containing the values.

Value

A data.frame with chr, start_cm, end_cm, etc.

Examples

1
2
3
partbl <- partbl::partbl("merlin_10_famA-parametric.tbl")
list_of_peaks <- get_peaks(partbl)
summarise_peaks(list_of_peaks)

bahlolab/linkrvis documentation built on May 11, 2019, 5:25 p.m.