|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutantAbstractor
.
| Method Summary | |
|---|---|
Object |
abstract_transferMutant(Element embeddableAbstractSequence,
StringBuilder b)
Returns an abstract form of a gene's sequence, suitable for detecting mutations to record in ancestry. |
| Method Detail |
|---|
Object abstract_transferMutant(Element embeddableAbstractSequence,
StringBuilder b)
Object a1 = abstract_transferMutant( decodedFromArchiveF1 );
Object a2 = abstract_transferMutant( abstract_embeddable( geneF2 ));
boolean isMutationF2 = !a2.equals( a1 );
Here the input F1 sequence was decoded from an ancestry archive in embeddable form; and the input F2 sequence is in a compatible abstract form (embeddable).
embeddableAbstractSequence - embeddable-abstract form
of the gene's sequenceb - string builder to use, overwriting its existing content
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||