fastMapSanity: Check if given input is a valid key or valid value

Description Usage Arguments See Also Examples

View source: R/fastMapSanity.R

Description

fastMapSanity Will check if toCheck contains an illegal character (Allowed characters: alphanumeric, -, _).

Usage

1
fastMapSanity(toCheck)

Arguments

toCheck

Given input to check.

See Also

Other fastMap functions: fastMapGenerate, fastMapUpdate, fastMap

Examples

1
2
fastMapSanity("ENSP00000245105")
fastMapSanity("A2M")

hyginn/ekplektoR documentation built on May 17, 2019, 9:16 p.m.