Skip to content

Commit 3021e49

Browse files
committed
remove obsolete ghost_knockoff docs
1 parent b3ee4b7 commit 3021e49

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Knockoffs"
22
uuid = "878bf26d-0c49-448a-9df5-b057c815d613"
33
authors = ["Benjamin Chu <benchu99@hotmail.com> and contributors"]
4-
version = "2.0.1"
4+
version = "2.0.2"
55

66
[deps]
77
BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"

src/ghost.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
"""
77
ghost_knockoffs(Zscores, D, Σinv; [m=1])
8-
ghost_knockoffs(Zscores, Z_pos, H_pos, H, method; [windowsize], [covariance_approximator], [kwargs])
98
109
Generate Ghost knockoffs given a list of z-scores (GWAS summary statistic).
1110
@@ -14,17 +13,6 @@ Generate Ghost knockoffs given a list of z-scores (GWAS summary statistic).
1413
+ `D`: Matrix obtained from solving the knockoff problem satisfying
1514
`(m+1)/m*Σ - D ⪰ 0`
1615
+ `Σinv`: Inverse of the covariance matrix
17-
+ `Z_pos`: A sorted list of SNP position for each SNP in `Zscores`
18-
+ `H_pos`: A sorted list of SNP position in the reference panel `H`
19-
+ `H`: A haplotype reference panel. Each row is a sample and each column is a variant.
20-
+ `method`: Can be any of the method in [`approx_modelX_gaussian_knockoffs`](@ref)
21-
+ `windowsize`: Number of covariates to be included in a block. Each block consists of
22-
adjacent variables. The last block could contain less than `windowsize` variables.
23-
+ `covariance_approximator`: A covariance estimator, defaults to
24-
`LinearShrinkage(DiagonalUnequalVariance(), :lw)`. See
25-
CovarianceEstimation.jl for more options.
26-
+ `kwargs...`: Possible optional inputs to solvers specified in `method`, see
27-
[`solve_MVR`](@ref), [`solve_max_entropy`](@ref), and [`solve_sdp_ccd`](@ref)
2816
2917
# optional inputs
3018
+ `m`: Number of knockoffs

0 commit comments

Comments
 (0)