How does HTqPCR handle technical replicates?
Suppose I have 4 samples, 8 primer sets, and 3 replicates on a 96 well plate.
"n.features indicates the number of features present on each array."
Features are genes? So 8.
"n.data...Indicates the number of samples that are present in each file."
Samples are 4
"n.features*n.data must correspond to the total number of lines to be read from each file. "
8*4=32 But I have 96 lines of data?
Do I have to make each technical replicate it's own feature? How then would I indicate that they are replicates if they each have their own feature name? I can't reuse feature names because I can't reuse column names.
What am I not understanding?
My actual data set has 12 samples, 8 genes, and 3 technical replicates. I'm trying with n.features=24 and it's not working.
Here's what my file looks like:
column.info is set up correctly, matching the column numbers in the data file
samples is populated with the Sample.Name column from the data file
But the call to readCtData() doesn't work.
It looks like I've done everything according to the documentation. What am I missing?