geneSymbolsMatchDataset: geneSymbolsMatchDataset

Description Usage Arguments Value Examples

View source: R/GeneSurvey.R

Description

A function to check that all the elements of the first vector occur in the second vector. Returns a simple true or false.

Usage

1
geneSymbolsMatchDataset(theRequestVector, theGeneSymbolVector)

Arguments

theRequestVector

Vector with values to check for validity. (That is, are all of these elements in the other vector.)

theGeneSymbolVector

Vector to use for checking validity. (That is, check the other vector against these elements.)

Value

TRUE if all the elements of the first vector occur in the second vector. FALSE otherwise.

Examples

1
#See examples in tests directory in the install.

MD-Anderson-Bioinformatics/GeneSurvey documentation built on May 7, 2019, 2:04 p.m.