Re: [Biojava-l] odds ratio

2006-03-06 Thread wendy wong
Hi, here is what I have done: First, I set up the distribution for a state, then do siteDistribution.setNullModel(nullDistribution); to set up the null Distribution then use this function to get the odds ratio of my C3 state (the one i am interested in). Maybe I can try getting the odds ratio for

Re: [Biojava-l] odds ratio

2006-03-05 Thread mark . schreiber
>Hi, > >I am trying to set up an HMM wth a few states. I have a background >state with background distribution. For the rest of the states, I set >up the distribution and then use the setNullModel to set the null >distribution to the background distribution. Am I doing the right >thing? Sounds co

[Biojava-l] odds ratio

2006-03-03 Thread wendy wong
Hi, I am trying to set up an HMM wth a few states. I have a background state with background distribution. For the rest of the states, I set up the distribution and then use the setNullModel to set the null distribution to the background distribution. Am I doing the right thing? The reason why I