plot.famlod: Plot MERLIN PerFam Nonparametric LOD Scores

Description Usage Arguments Value Examples

Description

Plots the LOD scores in MERLIN's fam.lod file

Usage

1
2
3
## S3 method for class 'famlod'
plot(famlod, ylim = c(0, max(famlod$max_lods[c("max_lod",
  "max_plod")])))

Arguments

famlod

S3 object of class famlod.

ylim

Character vector of length 2 indicating the range of values to plot.

Value

ggplot object, plotting the selected variables

Examples

1
2
fl <- famlod("merlin_10_famA.lod")
plot(fl)

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