gc_content | R Documentation |
Calculates the percentage of nucleotides in a DNA sequence that are either guanine (G) or cytosine (C).
gc_content(sequence)
sequence |
A character string containing the DNA sequence. |
A numeric value representing the percentage of nucleotides in the sequence that are G or C.
sequence <- "ATCGAGCTAGCTAGCTAGCTAGCT"
gc_content(sequence)
50
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.