View source: R/pseudovalidate.R
pseudovalidate | R Documentation |
Function to perform pseudovalidation from a lassosum.pipeline object
pseudovalidate(...)
## S3 method for class 'lassosum.pipeline'
pseudovalidate(
ls.pipeline,
test.bfile = NULL,
keep = NULL,
remove = NULL,
trace = 1,
destandardize = F,
plot = T,
exclude.ambiguous = T,
cluster = NULL,
rematch = !is.null(test.bfile),
...
)
... |
parameters to pass to |
ls.pipeline |
A lassosum.pipeline object |
test.bfile |
The (PLINK bfile for the test dataset |
keep |
Participants to keep (see |
remove |
Participants to remove |
trace |
Controls amount of output |
destandardize |
Should coefficients from |
plot |
Should the validation plot be plotted? |
exclude.ambiguous |
Should ambiguous SNPs (C/G, A/T) be excluded? |
cluster |
A |
rematch |
Forces a rematching of the ls.pipline beta's with the new .bim file |
Pseudovalidation is explained in Mak et al (2016). It helps
choosing a value of lambda
and s
in the absence of a validation
phenotype.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.