FinemaprFinemap: S3 class FinemaprFinemap.

Description Usage

Description

S3 class FinemaprFinemap.

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
## S3 method for class 'FinemaprFinemap'
filename_zscore(x, locus = 1)

## S3 method for class 'FinemaprFinemap'
filename_ld(x, locus = 1)

## S3 method for class 'FinemaprFinemap'
filename_snp(x, locus)

## S3 method for class 'FinemaprFinemap'
filename_config(x, locus)

## S3 method for class 'FinemaprFinemap'
filename_k(x, locus)

## S3 method for class 'FinemaprFinemap'
filename_log(x, locus)

## S3 method for class 'FinemaprFinemap'
filename_master(x)

## S3 method for class 'FinemaprFinemap'
write_files(x, ...)

## S3 method for class 'FinemaprFinemap'
run_tool(x, ...)

## S3 method for class 'FinemaprFinemap'
collect_results(x, ...)

print.FinemaprFinemap(x, ...)

## S3 method for class 'FinemaprFinemap'
plot(
  x,
  grid_nrow = NULL,
  grid_ncol = NULL,
  label_size = getOption("finemapr_label_size"),
  label_size_config = label_size,
  label_size_snp = label_size,
  top_rank = getOption("top_rank"),
  top_rank_config = top_rank,
  top_rank_snp = top_rank,
  lim_prob = getOption("lim_prob"),
  lim_prob_config = lim_prob,
  lim_prob_snp = lim_prob,
  lim_prob_ncausal = lim_prob,
  ...
)

## S3 method for class 'FinemaprFinemap'
plot_ncausal(x, locus = 1, lim_prob = c(0, 1), ...)

## S3 method for class 'FinemaprFinemap'
plot_config(
  x,
  locus = 1,
  lim_prob = c(0, 1.5),
  label_size = getOption("finemapr_label_size"),
  top_rank = getOption("top_rank"),
  ...
)

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

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