Package | Description |
---|---|
picard.pedigree |
Modifier and Type | Field and Description |
---|---|
static Sex |
PedFile.UNKNOWN_SEX |
Modifier and Type | Method and Description |
---|---|
static Sex |
Sex.fromCode(int code)
Decodes the Sex from a numeric code.
|
Sex |
PedFile.PedTrio.getSex() |
static Sex |
Sex.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static PedFile |
PedFile.fromSexMap(Map<String,Sex> sampleSexes)
Function that accepts a map from sample-name to its sex and creates a PEDFile documenting the sexes.
|
Constructor and Description |
---|
PedTrio(String familyId,
String individualId,
String paternalId,
String maternalId,
Sex sex,
Number phenotype)
Constructs a TRIO that cannot be modified after the fact.
|