isHigherOrderEpistasisString {CASMAP} | R Documentation |
Using grep to search through vector of strings
isHigherOrderEpistasisString(x)
x |
The string which will be compared to 'higherOrderEpistasis' |
Uses grep
to search for exact match.
TRUE
if the string is a substring of 'higherOrderEpistasis',
otherwise returns FALSE
.