get_gc | R Documentation |
Calculate GC content of the whole sequences.
get_gc(cf)
cf |
matrix of codon frequencies as calculated by 'count_codons()'. |
a named vector of GC contents.
# estimate GC content of yeast genes
cf_all <- count_codons(yeast_cds)
gc <- get_gc(cf_all)
head(gc)
hist(gc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.