GenenameFilter: DEPRECATED Gene name filter

View source: R/AnnotationFilter.R

GenenameFilterR Documentation

DEPRECATED Gene name filter

Description

The GenenameFilter class and functions are deprecated. Please use the GeneNameFilter() instead.

Usage

GenenameFilter(value, condition = "==", not = FALSE)

Arguments

value

character() value for the filter

condition

character(1) defining the condition to be used in the filter. One of "==", "!=", "startsWith", "endsWith" or "contains". Default condition is "==".

not

logical(1) whether the AnnotationFilter is negated. TRUE indicates is negated (!). FALSE indicates not negated. Default not is FALSE.

Value

The constructor function return a GenenameFilter.


Bioconductor/AnnotationFilters documentation built on May 2, 2024, 4:18 p.m.