nc.adj | R Documentation |
The adjusted Nc is f(gc3s) - Nc
nc.adj(nc, gc3)
nc |
a vector of length n with the effective number of codons for genes |
gc3 |
a vector of length n with corresponding GC composition at third codon positions |
The adjusted Nc is calculated as described in dos Reis et al. (2004).
A vector of length n with adjusted Nc values
Mario dos Reis
dos Reis M., Savva R., and Wernisch L. (2004) Solving the riddle of codon usage preferences: a test for translational selection. Nucleic Acids Res., 32: 5036–44.
nc.f
for the function used to calculate f(gc3s)
eco.ncadj <- nc.adj(ecolik12$w$Nc, ecolik12$w$GC3s)
plot(eco.ncadj ~ ecolik12$w$Nc, xlab="Nc", ylab="Nc adjusted")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.