OTU_qPCR_trans: Transform OTU counts based on qPCR data
Description
OTU counts in the phyloseq otu_table object will be normalized
to sample totals (total sum scaling), then multiplied by the
qPCR value associated with each sample. Thus, the qPCR table
should have ONE value matching the OTU count table. Value
matching between the OTU table & qPCR value table to set by
sample_idx().
Either a list or a data.frame of qPCR data.
If a list, the list should include a 'summary' tag as is produced
from qPCR_sim().
If a data.frame, the table should be formatted as the 'summary' table
produced from qPCR_sim().
sample_idx
The qPCR table column index for
matching to otu table samples.