isHigherOrderEpistasisString {CASMAP} | R Documentation |
Checks if substring is part of higherOrderEpistasis
Description
Using grep to search through vector of strings
Usage
isHigherOrderEpistasisString(x)
Arguments
x |
The string which will be compared to 'higherOrderEpistasis' |
Details
Uses grep
to search for exact match.
Value
TRUE
if the string is a substring of 'higherOrderEpistasis',
otherwise returns FALSE
.
[Package CASMAP version 0.6.1 Index]