Learn R Programming

prider (version 1.0.4)

primers: primers

Description

Definitions for the S3 methods for the primers classes

Usage

primers(prider_obj)

# S3 method for default primers(prider_obj)

# S3 method for prider primers(prider_obj)

# S3 method for primers print(x, ...)

# S3 method for primers [(primer_obj, ix)

Arguments

prider_obj

An object from prider function.

x

An object from sequence function.

...

Other arguments.

primer_obj

An object from sequence function.

ix

A number. The number of the primer cluster.

Value

primer_obj

Examples

Run this code
# NOT RUN {
test_fasta <- system.file('extdata', 'test.fasta', package = 'prider')

primer_designs <- prider(test_fasta)

primers(primer_designs)

primers(primer_designs)[1]

# }

Run the code above in your browser using DataLab