primermatch | R Documentation |
Identifies template specific primer sequences in reads from a single sample and adds primer match results in defined tables.
primermatch(j, idx, flnms, pool)
j |
Integer corresponding to the sample (element in |
idx |
Vector including the indices of samples that correspond to the evaluated pool. |
flnms |
Vector including the names of demultiplexed files by MID, with fna extension, corresponding to the evaluated samples. |
pool |
Character indicating the name of sample pool. |
This function is only defined for correct execution of demultiplexPrimer
function from the same package, so it
cannot be executed individually.
This function requires the result tables named FlTbl, PoolTbl
and pr.res
that will be filled with the data collected
from the evaluated sample. This results will be further evaluated in demultiplexPrimer
parent function.
Alicia Aranda
demultiplexPrimer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.