recstat(seq, sizewin = 90, shift = 30, seqname = "no name")
coa
and dudi
containing the result of the
CA computed on the codons frequencies in the direct strandcoa
and dudi
containing the result of the
CA computed on the codons frequencies in the reverse stranddraw.recstat
, test.li.recstat
, test.co.recstat
library(seqinr)
library(ade4)
ff <- system.file("sequences/ECOUNC.fsa", package = "seqinr2")
seq <- read.fasta(ff)
rec <- recstat(seq[[1]], seqname = getName(seq))
Run the code above in your browser using DataLab