powered by
Calculate GC content of the whole sequences.
get_gc(cf)
a named vector of GC contents.
matrix of codon frequencies as calculated by `count_codons()`.
# estimate GC content of yeast genes cf_all <- count_codons(yeast_cds) gc <- get_gc(cf_all) head(gc) hist(gc)
Run the code above in your browser using DataLab