|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GeneticDataSource
| Method Summary | |
|---|---|
java.lang.String |
call(int i,
int j)
Returns a string representation of the observation for the ith individuals at the jth locus. |
java.lang.String |
id(int i)
Returns a String identifyer for the ith person in the list. |
int |
indAllele(int i,
int j,
int k)
If k = 0, returns the first allele for the ith individual at the jth locus. |
java.lang.String |
locName(int j)
Returns a String identifier for the jth locus. |
java.lang.String |
name()
The identifier of this data source. |
int |
nPhenotypes(int j)
The number of phenotypes at the jth genetic locus. |
int |
nProbands()
Returns the number of individuals whose proband status > 0. |
int |
proband(int i)
Returns the proband status of the ith individual in the list. |
| Methods inherited from interface alun.genio.BasicGeneticData |
|---|
penetrance |
| Methods inherited from interface alun.genio.ParameterData |
|---|
alleleFreqs, getFemaleRecomFrac, getMaleRecomFrac, nAlleles, nLoci |
| Methods inherited from interface alun.genio.PedigreeData |
|---|
kids, ma, nIndividuals, nuclearFamilies, pa |
| Method Detail |
|---|
java.lang.String name()
java.lang.String locName(int j)
java.lang.String call(int i,
int j)
int nPhenotypes(int j)
java.lang.String id(int i)
id in interface BasicGeneticDataint proband(int i)
int nProbands()
int indAllele(int i,
int j,
int k)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||