-
|
Hello! When I used cafe5, the initial error message was "You may want to try removing the top few families with the largest difference between the max and min counts and then re-run the analysis". Then,I added the -l parameter and set it to l=0.0001.Now,The new error message at the end of the run is "The following families had failure rates >20% of the time".When I delete that family and run it again, I get a new family of genes that fail.How should this situation be resolved? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I suppose you're trying to optimize an alpha value? What you are probably seeing is the optimizer attempting various alpha values that are out of range for your data. If a value is calculated at the end there's probably nothing to worry about; otherwise you might try changing the value of k or continuing to exclude the families that CAFE is having difficulty with. (The failures are telling you that the family size may be too big in those clusters, if the variance among families is too high CAFE has a hard time converging on a reasonable value.) |
Beta Was this translation helpful? Give feedback.
I suppose you're trying to optimize an alpha value? What you are probably seeing is the optimizer attempting various alpha values that are out of range for your data. If a value is calculated at the end there's probably nothing to worry about; otherwise you might try changing the value of k or continuing to exclude the families that CAFE is having difficulty with. (The failures are telling you that the family size may be too big in those clusters, if the variance among families is too high CAFE has a hard time converging on a reasonable value.)