reparser: Parse the report of barcoded-primer to get primer...

Description Usage Arguments Value Author(s) Examples

View source: R/reparser.R

Description

This function will parse the primer-check report generated by webtool 'Multiple Primer Analyzer' from Thermo Fisher Scientific, and extract the primer combinations with cross dimers.

Usage

1
reparser(repfile)

Arguments

repfile

argument specify the report file. It can be a file handle (name) or a report file which have been read into.

Value

this function will return a two-column data frame, each row will a be primer combination with cross dimers.

Author(s)

Sizhong Yang <yanglzu@163.com>

Examples

1
2
3
4
5
data(report)

wcomb = reparser(repfile = report)
dim(wcomb)
head(wcomb)

cam315/barcodePrimer documentation built on Dec. 9, 2020, 7:01 p.m.