Description Usage Arguments Value Author(s) Examples
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.
1 | pickmore(combi, n)
|
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. |
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.
Sizhong Yang <yanglzu@163.com>
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.