detail: Details of an architecture

Description Usage Arguments See Also

View source: R/ArchitectureModel.R

Description

Details of an architecture, which may be inferred or defined manually.

Usage

1
2
3
4
5
6
7
8
9
detail(
  dat,
  s,
  thresholds = defaultthresholds(),
  bins = defaultbins(),
  range = c(-2, 2),
  range0 = c(-2, 2),
  sigma = NULL
)

Arguments

dat

A data frame of (f,beta) pairs

s

The architecture parameter to use

thresholds

(Default :defaultthresholds) the tail areas to compare (in s.d units).

bins

(Default: defaultbins) the histogram bins to use

range

(Default: c(-2,2) The range of s that could be considered with finite values (if known).

range0

(Default: c(-2,2) The range of s that was chosen by the user.

sigma

(Default: NULL, meaning use the best value) Genomic architecture sigma. Don't change unless you know what you are doing...

See Also

architectureplot for visualisation.


danjlawson/robustarchitecture documentation built on Dec. 19, 2021, 8:09 p.m.