Description Usage Arguments Value See Also Examples
are_exosplice_vars reads in the region column from the vars file and
outputs a logical vector indicating which rows/variants have a region equal to
"exonic", "splicing" or "exonic;splicing".
1 | are_exosplice_vars(vars = NULL)
|
vars |
The data frame of vars. |
a logical vector with length equal to nrow(vars).
1 2 3 4 | ## Not run:
big_logical_vec <- are_exosplice_vars(vars)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.