For example if we have OTU10 which has an OTU count of 2 and another OTU1 which has an OTU count of 1000 mean that only 2 bacterial cells of OTU10 are present in the environment
It certainly does not mean that there are 2 bacterial cells belonging to OTU10 in the environment/sample. There is no simple relationship between the number of reads (counts) and the absolute number of bacteria in the sample. You should think of your sequenced reads more as a random sample from the population of bacteria. If you have 10,000 reads for a given sample, it is similar to surveying 10,000 randomly selected Canadians, say. It will never allow you to estimate the population of Canada.
or is it just mean that OTU10 is relatively a lot less abundant than OTU1?
This is much closer to the truth, but with certain warnings. Different types of bacteria may be unequally represented in your 16S data, even if they are present in equal proportions in the original sample. Two mechanisms for this are:
- Some bacteria have more copies of the 16S gene in their genomes than others, and will therefore contribute more 16S reads on average.
- Some bacteria may not have exact matches to the primers used in the PCR reaction, and will therefore contribute less to the sequenced reads.
These biases are discussed in another good paper by Robert Edgar (I recommend paying attention to his work):
UNBIAS: An attempt to correct abundance bias in 16S sequencing, with limited success
In addition, I think there are many other sources of bias that will complicate the numerical relationship between your OTU counts (or rather their proportions, like 2/1000 in your example) and the true relative abundances of bacteria. But generally you will be comparing two groups of samples, and the same biases will be equally present in your two groups.
Something to read while you await responses.
Nice paper, but it uses rarefaction which has been recently criticized (https://www.ncbi.nlm.nih.gov/pubmed/24699258)
There was an interesting response to the paper at the QIIME forum:
A response to “Accuracy of microbial community diversity ...” by R Edgar for QIIME users
The post got me to Exact sequence variants should replace operational taxonomic units in marker-gene data analysis, where they argue for dropping OTUs in favour of amplicon sequence variants (ASVs).