Description Usage Arguments Value Examples
View source: R/gemini_test_wrapper.R
Calls GEMINI's built in tools (e.g. autosomal_dominant, comp_hets) to retrieve proband/trio specific variants. Returns a tibble of all of the columns available in your GEMINI database.
1 2 3 4 5 | gemini_test_wrapper(gemini_db, test = "autosomal_recessive",
filter = paste("aaf < 0.1 AND aaf_esp_all < 0.01 AND",
"aaf_1kg_all < 0.01 AND af_exac_all < 0.01 AND",
"(is_coding=1 OR is_splicing=1 OR impact_severity='HIGH')",
"AND filter is NULL"), min_gq = 20, families = NA, ...)
|
gemini_db |
is the name of your GEMINI database (with path, if necessary) |
test |
is the name of the GEMINI sub command to call. Accepted tests are
autosomal_dominant, autosomal_recessive, comp_hets, mendel_errors, x_linked_de_novo,
x_linked_dominant, x_linked_recessive. Use |
filter |
if you want to change the default filtering criteria |
min_gq |
minimum genotype quality (default is set at 20) |
families |
family name that GEMINI will use to identify proband, mother, and father |
... |
add other GEMINI commands not listed here |
None
1 2 3 4 5 | ## Not run:
gemini_test_wrapper('/path/to/your/gemini.db', 'autosomal_dominant',
families = 'fam007')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.