isRegionGWASString {CASMAP} | R Documentation |
Usinggrepl
to compare strings, ignoring case.
isRegionGWASString(x)
x |
The string which will be compared to 'regionGWAS' |
Uses grepl
to search for exact match. Case will be ignored.
TRUE
if the string is a substring of 'regionGWAS',
otherwise returns FALSE
.