b23bfd1da3c9926158cd96b7f73bf6b889c3d424 angie Thu Oct 31 14:06:35 2019 -0700 Minor wording tweak, refs #23283 diff --git src/hg/lib/bigDbSnp.c src/hg/lib/bigDbSnp.c index 8ebf546..1116859 100644 --- src/hg/lib/bigDbSnp.c +++ src/hg/lib/bigDbSnp.c @@ -332,31 +332,31 @@ "Different frequency sources have different major alleles " "(see table of allele frequencies above)." }, { bdsFreqIsAmbiguous, "At least one allele reported by at least one project " "contains an IUPAC ambiguous base (e.g. 'R' for 'A or G')." }, { bdsFreqNotRefAlt, "The reference genome allele is not the major allele in at least one project." }, { bdsMultiMap, "This variant has been mapped to more than one distinct genomic location." }, { bdsOverlapDiffClass, "This variant overlaps another variant with a different type/class." }, { bdsOverlapSameClass, "This variant overlaps another with the same type/class but different start/end." }, { bdsRareAll, "Variant is \"rare\", i.e. has a Minor Allele Frequency of less than 1% " - "in all projects reporting frequencies, or has been reported without frequency data." }, + "in all projects reporting frequencies, or has no frequency data." }, { bdsRareSome, "Variant is \"rare\", i.e. has a Minor Allele Frequency of less than 1% " "in some, but not all, projects reporting frequencies." }, { bdsRefIsAmbiguous, "The reference genome allele " "contains an IUPAC ambiguous base (e.g. 'R' for 'A or G')." }, { bdsRefIsMinor, "The reference genome allele is not the major allele in at least one project." }, { bdsRefIsRare, "The reference genome allele is rare (i.e. allele frequency < 1%)." }, { bdsRefIsSingleton, "The reference genome allele has never been observed " "in a population sequencing project reporting frequencies." }, { bdsRefMismatch, "The reference genome allele reported by dbSNP differs from the GenBank assembly sequence." },