seqmod2pythia: Construct the sequence representation of LNA-oligos used in...

Description Usage Arguments See Also Examples

Description

This function merges sequence, modification, and backbone for a LNA-oligo into the representation used in the Pythia database.

Usage

1
seqmod2pythia(line.in)

Arguments

line.in

a character vector of length 3 where the first element is the sequence (e.g. ACGTGTTT) and the second element the modification (e.g. LLLDDDLL), and the final element is the backbone ("SSOSSOSH"). Notice all elements have same length. The backbone elements are between nucleotides and always have H in the end.

See Also

pythia2seqmod

Examples

1
 a <- seqmod2pythia( c("acgtacgtee", "LLDDLDLDDD", "SSOSSOOSSH"))

Santaris/seqtools documentation built on May 9, 2019, 12:44 p.m.