Finemapr: S3 class Finemapr.

Description Usage Note

Description

S3 class Finemapr.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## S3 method for class 'Finemapr'
plot_zscore(
  x,
  locus = 1,
  label_size = getOption("finemapr_label_size"),
  selected,
  force = 20,
  color_main = "grey75",
  color_selected = "aquamarine4",
  color_credible = "dodgerblue4",
  color_missing = "brown",
  plot_missing = FALSE,
  ...
)

plot_ncausal(x, ...)

print.Finemapr(x, ...)

print.Finemapr(x, ...)

## S3 method for class 'Finemapr'
plot(x, ...)

## S3 method for class 'Finemapr'
plot_snp(
  x,
  lim_prob = c(0, 1.5),
  label_size = getOption("finemapr_label_size"),
  top_rank = getOption("top_rank"),
  ...
)

## S3 method for class 'Finemapr'
extract_credible_set(x, ...)

## S3 method for class 'Finemapr'
process_tab(x, tabs, ...)

## S3 method for class 'Finemapr'
process_ld(x, lds, ...)

Note

Colors: http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf


variani/finemapr documentation built on Dec. 12, 2020, 9:40 p.m.