select.ops: Define a set of OPs which is used to train the operon classifier.
Description
Build a data table containing confirmed operon pairs (OPs) and the feature values.
Usage
select.ops(listOperons, genes.and.operons, transcCDSs, transcIGRs.pos, transcIGRs.neg, wseq, verbose = TRUE)
Arguments
listOperons
List of confirmed operons. See compile.confirmed.operons
.
genes.and.operons
Data table merging gene(s) and operon(s) annotations. See join.genes.and.operons
.
transcCDSs
Transcription levels for the coding regions. See comp.gene.transc.levels
.
transcIGRs.pos
Transcription levels for the intergenic regions (forard strand). See comp.igr.transc.levels
.
transcIGRs.neg
Transcription levels for the intergenic regions (reverse strand). See comp.igr.transc.levels
.
verbose
Default logical value is TRUE.