Package org.snpeff.ped
Class PedFamily
java.lang.Object
org.snpeff.ped.PedPedigree
org.snpeff.ped.PedFamily
- All Implemented Interfaces:
Comparable<PedPedigree>
,Iterable<TfamEntry>
A family: A group of Tfams with the same familyId
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snpeff.ped.PedPedigree
compareTo, families, get, getFamilyId, getPlinkMap, getSampleIds, iterator, keySet, load, loadTfam, saveTfam, setVerbose, size, toString, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PedFamily
public PedFamily()
-
-
Method Details
-
add
Add an entry t this family- Overrides:
add
in classPedPedigree
- Parameters:
tfamEntry
-
-