gc_content | R Documentation |
Calculate the GC content of multiple sequences
gc_content(seq)
seq |
A vector of DNA sequence strings |
A numeric vector of the GC percentages
gc_content("GATATCG") gc_content(c("GATATCG","agttagtcgatgc"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.