-
Notifications
You must be signed in to change notification settings - Fork 112
Added quality and filter fields to GAVariant. #220
Conversation
Yes, very good to add these. Standardly, the value is -10 log_10 p, where p is the probability of the Variant being a real genetic variant given the data, under a probablistic model for the data given the variant and a population genetic model for genetic variation. |
+1 On Mon, Jan 12, 2015 at 10:53 AM, Richard Durbin notifications@github.com
|
I generally agree, but according to the VCF 4.2 specification, a single value of "PASS" indicates that all filters have passed - see https://samtools.github.io/hts-specs/VCFv4.2.pdf sec 1.4.1 Fixed fields, heading 7. I'll go ahead and update the quality field comment. |
+1 On Mon, Jan 12, 2015 at 10:55 AM, haussler notifications@github.com wrote:
|
+1 @richarddurbin's proposal for Perhaps there could be a follow-up PR which switches the name and semantics and the discussion can be separated? |
@calbach I agree that the @richarddurbin's proposal is cleaner than the VCF-parity version, but as far as I know, all existing implementations report the sentinel value, if they report filter values at all. |
I would be in favor of dropping the PASS. The translation back and forth to On Mon, Jan 12, 2015 at 2:34 PM, John Bates notifications@github.com
|
I think @richarddurbin's |
I think there's consensus around the |
@johntbates do want to change over to |
As an enhancement, it might be better to have both |
Please see #656 to close this |
Closing in favor of #656 |
#219 pointed out we were missing two fields that were present in the VCF specification.