get_gc3s | R Documentation |
Calculate GC content at synonymous 3rd codon positions.
get_gc3s(cf, codon_table = get_codon_table(), level = "subfam")
cf |
matrix of codon frequencies as calculated by |
codon_table |
a table of genetic code derived from |
level |
"subfam" (default) or "amino_acid". For which level to determine GC content at synonymous 3rd codon positions. |
a named vector of GC3s values.
Peden JF. 2000. Analysis of codon usage.
# estimate GC3s of yeast genes
cf_all <- count_codons(yeast_cds)
gc3s <- get_gc3s(cf_all)
head(gc3s)
hist(gc3s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.