pickmore: Pick up the combination of non-dimer primer sets.

Description Usage Arguments Value Author(s) Examples

View source: R/pickmore.R

Description

In some case, the unique barcoded primers are less than the amount of samples. More primer sets can be generated by this function accoring the the number you specified. In this case, some primer (either forward or reverse) may occur more than than one time, which may lead to difficulty in demultiplexing the sequencing data. For technical reasons, this specified number should be less than 2 times of the unique barcode primer you have.

Usage

1
pickmore(combi, n)

Arguments

combi

argument to specify the unique primer set which have been filtered by removing primer dimer conbinations.

n

numeric, a integer to specify the number of primer sets. For technical reasons, n should be less than 2 times of the number of unique pairs of initial barcoded primers.

Value

The function will return a data frame of two columns. The 1st and 2nd columns show the identifiers of forward primer and reverse primer, respectively.

Author(s)

Sizhong Yang <yanglzu@163.com>

Examples

1
2
3
4
5
6
7
8
data(report)
data(PrimerLabels)
wcomb = reparser(report)
tcomb = primerCombi(PrimerLabels)

combs = slim(tcomb, wcomb)
moreprimers = pickmore(combi = combs, n = 120)
dim(moreprimers)

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