fluidigmSC_isElementIgnoreCase {uSORT}R Documentation

A gene finding function

Description

A gene finding function looking for genes in the target set x from the source set y, reproduced from FluidigmSC package.

Usage

fluidigmSC_isElementIgnoreCase(x, y, ignore_case = TRUE)

Arguments

x

A vector of characters representing gene names (target genes).

y

A vector of characters representing gene names (source genes).

ignore_case

Boolean, if TRUE ignores letter case.

Value

A vector of characters representing gene names.


[Package uSORT version 1.16.0 Index]