RSCU.values | R Documentation |
Measure the Relative Synonymous Codon Usage (RSCU) of DNA sequence.
RSCU.values(df.fasta)
df.fasta |
a data frame with seq_name and its DNA sequence. |
For more information about ENc Sharp et al., 1986.
A data.frame containing the computed RSCU values for each codon 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 RSCU
RSCU.H <- RSCU.values(fasta.h)
RSCU.V <- RSCU.values(fasta.v)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.