Description Usage Arguments Value See Also Examples
are_synsnv_vars
reads in the change column from the vars file and
outputs a logical vector indicating which rows/variants have a change equal to
"synonymous SNV"
.
1 | are_synsnv_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_synsnv_vars(vars)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.