Uses of Class
org.snpeff.ped.Sex
-
Packages that use Sex Package Description org.snpeff.ped -
-
Uses of Sex in org.snpeff.ped
Methods in org.snpeff.ped that return Sex Modifier and Type Method Description Sex
TfamEntry. getSex()
Sex
Sex. opposite()
Return the opposite sexstatic Sex
Sex. rand(java.util.Random random)
Random sexstatic Sex
Sex. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Sex[]
Sex. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.snpeff.ped with parameters of type Sex Constructor Description PedEntry(PlinkMap plinkMap, java.lang.String familyId, java.lang.String id, java.lang.String fatherId, java.lang.String motherId, Sex sex, double phenotype, java.lang.String[] genotypes)
TfamEntry(java.lang.String familyId, java.lang.String id, java.lang.String fatherId, java.lang.String motherId, Sex sex, double phenotype)
-