Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BA
Posts
0
Comments
3
Joined
2 yr. ago
  • FTA:

    The PCR test is a laboratory technique used to detect specific genetic material, in this case the SRY gene, that reveals the presence of the Y chromosome,

    So it seems as though the test will basically be

     undefined
        
    if y_chromosome:
        return Male
    else:
        return Female
    
      

    I assume in both XXY and XYY, those would be classified as male under their criteria.