make_oligo_block: Text summary of degenerate oligos

Description Usage Details Examples

View source: R/cutfree.R

Description

Create textual representations of an oligo describing the base content at each position.

Usage

1
2
3
make_oligo_block(oligo, codes = IUB_CODES)

print_oligo_block(oligo, indent = "")

Details

make_oligo_block creates a text block showing which bases are allowed by the oligo. It returns four strings denoting the presence of each base.

print_oligo_block prints the output of make_oligo_block plus the oligo.

Examples

1
2
3
make_oligo_block("ACGTRYMKSWHBVDN")

print_oligo_block("ACGTRYMKSWHBVDN")

pauljensen/cutfree documentation built on March 26, 2020, 12:45 p.m.