RSCU | R Documentation |
This function computes the relative frequency of each codon coding for an amino acid.
RSCU(sequence)
sequence |
Input as a nucleic acid sequence of characters from fasta file. |
RSCU values are the number of times a particular codon is observed, relative to the number of times that the codon would be observed for a uniform synonymous codon usage.
RSCU returns the data frame with all indices.
Dr. Anu Sharma, Dr. Sudhir Srivastava
Elek, A. (2018). coRdon: an R package for codon usage analysis and prediction of gene expressivity (Master's thesis, University of Zagreb. Faculty of Science. Department of Biology).
library(GenomicSig)
RSCU(sequence= system.file("extdata/Nuc_sequence.fasta", package = "GenomicSig"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.