are_synsnv_vars: Which variants are synonymous SNVs?

Description Usage Arguments Value See Also Examples

Description

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".

Usage

1

Arguments

vars

The data frame of vars.

Value

a logical vector with length equal to nrow(vars).

See Also

Logic.

Examples

1
2
3
4
## Not run: 
big_logical_vec <- are_synsnv_vars(vars)

## End(Not run)

bahlolab/varpr documentation built on May 11, 2019, 5:26 p.m.