SCUO.values | R Documentation |
Measure the Synonymous Codon Usage Orderliness (SCUO) of DNA sequence (Wan et al., 2004).
SCUO.values(df.fasta,genetic.code = "1",threshold=0)
df.fasta |
a data frame with seq_name and its DNA sequence. |
genetic.code |
a single string that uniquely identifies a genetic code to use. |
threshold |
optional numeric, specifying sequence length, in codons, used for filtering. |
For more information about ENc Wan et al., 2004.
A data.frame containing the computed SCUO values for each DNA sequences within df.fasta.
Ali Mostafa Anwar ali.mo.anwar@std.agr.cu.edu.eg and Mohmed Soudy MohmedSoudy2009@gmail.com
## Not run:
# read DNA from fasta file
fasta <- fasta.read("virus.fasta", "host.fasta")
fasta.v <- fasta[[1]]
fasta.h <- fasta[[2]]
# Calculate SCUO
SCUO.df <- SCUO.values(fasta.v)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.