Description Usage Arguments Details Value Author(s) Examples
This function will randomly pick up the unique combination of primer sets. Unique means all the forward and reverse barcoded primer will be unique (used only once). Therefore, the resultant primer sets will be in the same amount as the input PrimerLabels file.
1 | pickunique(combi)
|
combi |
argument to specify the unique primer set which have been filtered by removing primer dimer conbinations. |
The file to assigned to argument combi will be generated by slim function in this package. That is a random combination of barcoded primer sets within which the primer dimer sets were removed.
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. If combinations more than the amount of input primerlabels are expected, please use the function 'pickmore'.
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)
uprimers = pickunique(combi = combs)
dim(uprimers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.