Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

My original question was going to be : How do you estimate the proportion of species in a population from count data of their individual body parts, provided that you can identify each part as belonging to a specific species.

Is it just enough to take the average number of body parts found per species? (keeping in mind some species might have a higher frequency of a certain body part than others).

This is related to: Estimating Diversity of operon types using HMMs across metagenomes: Mann-Whitney? Kruskal-Wallis? or other?

Edit: More Explanation

EXAMPLE 1 - you take samples of animals that are coming out in pieces. A normal animal called Species 1 has 1 leg, 1 nose, and 1 eye, Each of these traits you can see and count.

Species 2 has 2 traits you can identify: ears (of which it also has only 1), and wings (Also only 1).

(assume this is true for K Species, with K_y traits)

You take 1 sample from x locations each time you count traits. the following is an example from 1 location:

1 leg, 5 noses, 12 eyes, 6 ears, and 8 wings... Which means the following

Number of Species 1's possible are : Minimum 12 individuals ; Maximum 18 individuals (1+5+12):

number of Species 2's possible are : Minimum 8 individuals ; Maximum 14 individuals (8+6).

So in a bag with 1 eye and 1ear I know I have 1 individual of each species(no variation), in a bag with 1 ear 1eye 2 wings and 5 legs I know I have a maximum of 6 individuals (5+1) of species 1 and a min of 5. Species 2, max of 4 min of 3.

So here we have possible limits for Species 1 and Species 2 at sample location x1.
What is the correct way to estimate and compare the proportions of each animal.

We identify each part as belonging to a specific species; the eyes, noses and legs (any eye nose or legs found) belong to species 1, the highest count of individual traits means I have a bigger possible number of individuals belonging to Species 1, the more traits mean I have a larger range to predict the number of individuals.

EXAMPLE 2 You could also think of them as real animals, say chickens, lambs, Piglets with parts in a single bag.

You can easily tell the difference between the three animals limbs, you know that if you get 18 chicken wings and only 3 drumsticks, then the maximum number of chicken slaughtered (assuming the drumsticks, and wings all come from different animals) is 18+3.

Where as the minimum possible number of chicken slaughtered is where the wings are paired 18/2 (9 individuals), and the drumsticks are paired 3/2 (so only a min of 2 whole individuals) per chicken, and the wings and the drumsticks come from the same chickens(and some limbs are lost obviously). So the min# of individuals is the minimum number of pairs [9 whole chicken], and the more likely possible #individuals is the sum of all pairs[9+2 chickens],(but not necessarily???)

So as you can see possible limits of chicken found by calculating their individual parts is : min- 9 chickens, and maximum 21 chickens…… the true number is probably somewhere in the middle(THIS is what I would like to calculate with a high degree of certainty, It could be 11 but I'm not sure of this. I want to be sure of this).

Now let's count the number of pork chops, and pig heads…. etc

Except With the first example the question is simpler, because each trait is exclusive and only occurs once for species. different species will also have different traits (You cannot count pork-chops and lamb chops and consider them from the same species.)

Should I :

-- Calculate a midpoint/mean as (( Maximum - Minimum )/(number of traits)) + Minimum for each species. The calculate the Standard deviation (for each) and compare the Coefficient of variances across each sample x?

-- Take the Midpoint/mean calculated above, rank them and do non parametric pairwise comparisons of my x's

-- Take the Maximum once and minimum once, rank each proceed non parametrically once for the upper limit once for the lower limit.

--- There is probably a way to more accurately find the "true" number (or something close to it) of Individuals per species... If you have any ideas, please let me know.

(I realize 1 sample is not nearly enough, if you would like more information see the link, I can only get 1 sample per location, i'd like to treat each trait as a separate sampling unit, these traits aren't really from animals etc..)

share|improve this question
1  
I think that this is not a purely statistical question. I think the appropriate answer requires someone with strong knowledge of biology. – Michael Chernick Jun 4 '12 at 12:13
1  
Can you describe the data more clearly? Also - what does "proportion of species in a population" mean, exactly? Is this the proportion of all organisms in a population that are a particular species? It's also not clear to me why the fact that you have data at the body part level is relevant. Are these assumed to come from different animals (if so, why not just pretend like they are counts of animals found) or is it possible that multiple body parts came from a single specimen? – Macro Jun 4 '12 at 13:17
Understanding this question comes down to knowing how body parts are identified and counted. – whuber Jun 4 '12 at 14:36
Please see the Question for further edits/explanation. I'm pretty stumped with this one. The Idea is to estimate a number(then the proportion) of operon subtypes from a group of detected protein HMMs in samples taken from different locations, then compare those locations. I think I know how to compare locations, I'd like to see if I can properly estimate #'s of the subtypes, (biologically important in comparison of locations) these are counts, I don't think i can compare the values of those counts, because each Location sample cannot be accurately normalized to the other locations. – Gimly_Gloin Jun 4 '12 at 20:27
@whuber "body parts" are identified by pairing predefined HMM profiles with DNA sequences from a location. If the profile matches the sequence above a certain threshold it is assigned as a hit.HMM profiles are designed as specific to specific genes, so they don't overlap with others. "Counts" are simply the total number of unique hits. Several HMMs can be assigned to a specific Operon(group of genes that work and co-occur together)in my case, operons don't contain repeat HMMs, so each HMM/"trait" only occurs once per operon/"animal" but operons might contain uneven #'s of HMMs/"traits". – Gimly_Gloin Jun 4 '12 at 20:42
show 9 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.