Description Usage Arguments Value Author(s) Examples
A function, that is used for oriC region detection in bacterial genomes
1 | FindOri(sek)
|
sek |
a vector with nucleotide sequence of genome, saved in DNAString. |
returns a number of values in a list
. In the first element of the list
are parameters of the detected oriC region. The order of the parameteres are:
OriStart
- position genome, where the oriC region starts,
OriEnd
- position genome, where the oriC region starts,
OriLenght
- length of the detected oriC,
OriGC
- percentual GC-content of the oriC region,
OriAT
- percentual AT-content of the oriC region,
Min
- position of minimum of GC-disparity curve,
DnaAcount
- number of detected DnaA-boxes in the detected oriC region.
The second element of the returning list
is a vector called DistDnaA
in which the distances of the beginning of each
detected DnaA-box from the beginning of oriC is returned.
The last element of the returned list
is the whole nucleotide sequence of the detected oriC region.
This function also displays the GC-disparity curve of the input genome.
Marko Lebo <markolebo48@gmai.com>
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.