oriloc(seq.fasta = system.file("sequences/ct.fasta", package ="seqinr"),
g2.coord = system.file("sequences/ct.coord", package = "seqinr"),
oldoriloc = FALSE, gbk = NULL, clean.tmp.files = TRUE, rot = 0)
g2num
for the CDS number in
the g2.coord
file, start.kb
for the start position of CDS
expressed in Kb (this is the position of the first occurence of a
nucleotide in a CDS regardless of its orientation), end.kb
for the last position of a CDS, CDS.excess
for the DNA walk for
gene orientation (+1 for a CDS in the direct strand, -1 for a CDS in
the reverse strand) cummulated over genes, skew
for the cummulated
composite skew in third codon positions, x
for the cummulated
T - A skew in third codon position, y
for the cummulated C - G
skew in third codon positions.citation("seqinr")
# A little bit too long for routine checks:
library(ade4)
out <- oriloc()
plot(out$st, out$sk, type = "l", xlab = "Map position in Kb",
ylab = "Cumulated composite skew",
main = expression(italic(Chlamydia~~trachomatis)~~complete~~genome))
Run the code above in your browser using DataLab