Description Usage Arguments Author(s)
Internal function to estimate the gene-level expression values using the RPKM method.
1 2 3 | get.operon.start.points(fwd.sh.incs, rev.sh.incs, genes.and.operons, igrs.p,
igrs.n, transcCDSs, borders = c(100, 10), max.start.transc = c(0.1, 0.1),
minExprCDS = 0.1, verbose = TRUE, ...)
|
fwd.sh.incs |
Data table containing information on the sharp increases in transcription found on the forward strand. See |
rev.sh.incs |
Data table containing information on the sharp increases in transcription found on the reverse strand. See |
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 |
igrs.n |
Data table containing generic information of the intergenic regions on the reverse strand. See |
transcCDSs |
Transcription levels for the coding regions. See |
borders |
A vector. |
max.start.transc |
Maximum acacepted start transcription level. |
minExprCDS |
Minimum expression level for the coding sequence regions (CDSs). |
verbose |
Vittorio Fortino get.operon.start.points()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.