Hello,
I want to quantify a pathogen with DNA isolated from soil and have a few questions. After setting a threshold, most of my samples have a low copy number (3.8, 7.2, 10.6 etc).
I want to fit a linear mixed effects model (lmer in R) using block as a random factor and cover crop treatment as a fixed factor however, the copy number data does not follow a normal distribution and none of the transformations I've tried seem to be working.
I can overcome this by fitting a generalized linear mixed effects model but I must specify a distribution family. Normally Poisson would work but it only accepts integers.
I could round my copy number to the nearest integer or multiply the data by a factor of 10 to get whole numbers but I am not sure if those are appropriate.
So my questions are:
1. Does transforming make sense for copy number data and if so, what are some data transformations other than log, square root, and cube root?
2. It is common practice to round since it is not possible to have a fraction of a copy number?
3. Why is Quantasoft returning non-integer values for number of copies per 20 ul well?
Thank you