Learn R Programming

CASMAP (version 0.6.1)

isRegionGWASString: Checks if substring is part of regionGWAS

Description

Usinggrepl to compare strings, ignoring case.

Usage

isRegionGWASString(x)

Arguments

x

The string which will be compared to 'regionGWAS'

Value

TRUE if the string is a substring of 'regionGWAS', otherwise returns FALSE.

Details

Uses grepl to search for exact match. Case will be ignored.