Description Usage Arguments Value See Also Examples
are_rare_vars
reads in the specified genomic database columns from the
vars file and outputs a logical vector indicating which rows/variants have a
MAF less than or equal to the specified maf, or are novel.
1 2 | are_rare_vars(vars = NULL, gendb = c("both_kg_esp", "kg", "esp"),
maf = 0.05)
|
vars |
The data frame of vars. |
gendb |
The genomic database to choose (default: both 1KG and ESP6500). |
a logical vector with length
equal to nrow(vars)
.
1 2 3 4 | ## Not run:
big_logical_vec <- are_rare_vars(vars, gendb = "both_kg_esp", maf = 0.05)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.