replaceBase {XNAString}R Documentation

Fucntion for replacing bases in XNAString object

Description

replaceBase function replace one base for another in positions with specified sugar

Usage

replaceBase(xnastring_obj, base_to_replace, base_replacement, sugar)

Arguments

xnastring_obj

XNAString object

base_to_replace

string of bases that should be replaced

base_replacement

string of bases that will be introduced

sugar

string of sugars for which base will be replaced

Value

XNADtring object


[Package XNAString version 1.2.2 Index]