Description Usage Arguments Details Value Author(s) See Also Examples
Creates cqdat object from data frame containing x-location, y-location and Cq values, or from a vector just containing Cq values
1 2 |
data |
data frame of Cq data with locations containing colnames "cq","x" and "y", or a vector of Cq data. |
failcode |
either NA, number, character string: designation of negative partitions within cq column |
cq.xlim |
if NA then no columns trimmed, if vector then |
out |
vector of 2 positive numbers defining distance from mean (after detrending) for excluding low and high outliers respectively |
h |
threshold value |
Where there are spurious trends in the Cq data at the edges of the panel they may be considered unreliable. The cq.xlim
argument permits columns to be censored where the partitions with Cq values are treated as having at least 1 molecule. The number of such partitions is codent1, with the negative partitions from the censored columns being codent0.
There may also be values that are considered outliers for being too low or too high. Through the out
these outliers can be censored, with the associated counts n.lo
and coden.hi respectively. They are considered to represent more than 1 initial molecule and exactly 1 initial molecule respectively.
A list with the class "cqdat
" and the components:
data |
matrix of Cq data, excluding negative partitions |
h |
threshold value |
n0, n1, nt0, nt1, n.lo, n.hi |
counts |
nx, ny |
numbers of columns and rows |
Philip Wilson
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.