powered by
Compute G+C content
seq_stat_gc(x)
A numeric vector of G+C proportions.
a DNA or RNA
Ambiguous characters (other than S and W) are ignored.
Other op-misc: seq_disambiguate_IUPAC(), seq_nchar(), seq_nseq(), seq_spellout(), seq_stat_prop()
seq_disambiguate_IUPAC()
seq_nchar()
seq_nseq()
seq_spellout()
seq_stat_prop()
x <- dna(c("ATGCAGA", "GGR-----","TTGCCTAGKTGAACC")) seq_stat_gc(x)
Run the code above in your browser using DataLab