CandidateFilter-class: CandidateFilter

CandidateFilter-classR Documentation

CandidateFilter

Description

A CandidateFilter is an S4 class to represent a gene candidate filter. These filters can employ a variety of methods to reduce the number of transcription factors used as predictors for solving a Solver object.

Usage

CandidateFilter(quiet = TRUE)

Arguments

quiet

A logical denoting whether or not the CandidateFilter object should print output

Value

An object of the Candidate filter class

Slots

quiet

A logical denoting whether or not the CandidateFilter object should print output

See Also

getCandidates

Examples

# Create an empty candidate filter
candidate.filter <- CandidateFilter(quiet=TRUE)

PriceLab/TReNA documentation built on March 21, 2023, 1:57 p.m.