powered by
This function finds all the combinations of sequences corresponding to a given vector of sequences with ambiguities (IUPAC codes).
seq_disambiguate_IUPAC(x)
A list of DNA, RNA or AA vectors (depending on the input) giving all possible combinations.
a DNA, RNA or AA vector
Other op-misc: seq_nchar(), seq_nseq(), seq_spellout(), seq_stat_gc(), seq_stat_prop()
seq_nchar()
seq_nseq()
seq_spellout()
seq_stat_gc()
seq_stat_prop()
x <- dna(c("AYCTGW", "CTTN")) seq_disambiguate_IUPAC(x) y <- seq_transcribe(x) seq_disambiguate_IUPAC(y) z <- aa("YJSNAALNX") z <- seq_translate(y) seq_disambiguate_IUPAC(z)
Run the code above in your browser using DataLab