| insertPolymorphisms | R Documentation |
insertPolymorphisms replaces nucleotides in the desired locations of a
provided sequence.
insertPolymorphisms(sequence, positions, nucleotides)
sequence |
starting nucleotide sequence. |
positions |
numeric vector of positions which to be changed. |
nucleotides |
character vector of nucleotides to which to change the positions. |
A sequence with the desired nucleotides in the provided locations.
insertPolymorphisms("HUGGED", c(1, 6, 2), c("T", "R", "I"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.