isRegionGWASString {CASMAP}R Documentation

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'

Details

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

Value

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


[Package CASMAP version 0.6.0 Index]