Uses of Class
org.snpeff.ped.TfamEntry
-
Packages that use TfamEntry Package Description org.snpeff.ped -
-
Uses of TfamEntry in org.snpeff.ped
Subclasses of TfamEntry in org.snpeff.ped Modifier and Type Class Description classPedEntryAn entry in a PED table.Methods in org.snpeff.ped that return TfamEntry Modifier and Type Method Description TfamEntryPedPedigree. get(java.lang.String id)Methods in org.snpeff.ped that return types with arguments of type TfamEntry Modifier and Type Method Description java.util.Iterator<TfamEntry>PedPedigree. iterator()java.util.Collection<TfamEntry>PedPedigree. values()Methods in org.snpeff.ped with parameters of type TfamEntry Modifier and Type Method Description voidPedFamily. add(TfamEntry tfamEntry)Add an entry t this familyvoidPedPedigree. add(TfamEntry tfamEntry)Add an entry to this pedigreeintTfamEntry. compareTo(TfamEntry ind)
-