Learn R Programming

cape (version 2.0.2)

plotCollapsedVarInf: Plot variant-to-variant influences

Description

This function plots the final network as does plotVariantInfluences, but it plots the network condensed by linkage blocks as performed by get.network. This function can only be run after running get.network

Usage

plotCollapsedVarInf(data.obj, expand.labels = FALSE, all.markers = FALSE, scale.effects = c("none", "log10", "sqrt"))

Arguments

data.obj
The object in which all results are stored. See read.population.
expand.labels
A logical value. If FALSE, the markers are labeled as linkage blocks ("block1", "block2" and so forth). If TRUE, the block labels are expanded to show allmarker names included in each block.
all.markers
A logical value. If TRUE all markers are plotted. If FALSE only markers tested in the pair scan are plotted.
scale.effects
A string indicating a scaling function by which the effects should be scaled. This is useful in increasing contrast between effects with large variance.

See Also

pairscan