get.operon.end.points: Determine operon end-points (OEPs).

Description Usage Arguments Author(s)

View source: R/CONDOP.R

Description

Internal function to estimate the gene-level expression values using the RPKM method.

Usage

1
2
3
get.operon.end.points(fwd.sh.decs, rev.sh.decs, genes.and.operons, igrs.p,
  igrs.n, transcCDSs, borders = c(10, 100), max.end.transc = c(0.1, 0.1),
  minExprCDS = 0.1, verbose = TRUE, ...)

Arguments

genes.and.operons

Data table merging gene(s) and operon(s) annotations.

igrs.p

Data table containing generic information of the intergenic regions on the forward strand. See get.intergenic.regions.

igrs.n

Data table containing generic information of the intergenic regions on the reverse strand. See get.intergenic.regions.

transcCDSs

Transcription levels for the coding regions. See comp.gene.transc.levels.

borders

A numeric vector.

minExprCDS

Minimum expression level for the coding sequence regions (CDSs). Default values is 0.1.

verbose
fwd.sh.incs

Data table containing information on the sharp decreases in transcription found on the forward strand. See detect.sid.points.

rev.sh.incs

Data table containing information on the sharp decreases in transcription found on the reverse strand. See detect.sid.points.

max.start.transc

Maximum log2.

Author(s)

Vittorio Fortino get.operon.start.points()


CONDOP documentation built on May 2, 2019, 1:26 p.m.