insertPolymorphisms: Insert polymorphisms into a nucleotide sequence

insertPolymorphismsR Documentation

Insert polymorphisms into a nucleotide sequence

Description

insertPolymorphisms replaces nucleotides in the desired locations of a provided sequence.

Usage

insertPolymorphisms(sequence, positions, nucleotides)

Arguments

sequence

starting nucletide sequence.

positions

numeric vector of positions which to be changed.

nucleotides

character vector of nucletides to which to change the positions.

Value

A sequence with the desired nucleotides in the provided locations.

Examples

insertPolymorphisms("HUGGED", c(1, 6, 2), c("T", "R", "I")) 


tigger documentation built on Oct. 10, 2023, 5:08 p.m.