Description Usage Arguments Value See Also Examples
is_gt_col_for_fam
uses grep
to check which columns of
the vars data frame contain the string "<fam>_GT".
1 | is_gt_col_for_fam(vars, fam)
|
vars |
The data frame of vars. |
fam |
character: the family name |
an atomic vector of the indices of the vars columns that yielded a match.
grep
.
1 2 3 4 | ## Not run:
is_gt_col_for_fam(vars, "fam123") # assumes you have a vars data frame
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.