public class ValidAlignmentGenerator extends Object
Consider Q=(K,D,E,E,H) to be the query motif. Further, we allow exchanges that are:
E(K1) = (H) E(E2) = (D,N) E(H) = (K)If we now consider T=(H,E,N,D,H) to be a target of unknown order to which Q should be matched, there are exactly two valid alignments:
Q = K | D | E | E | H T = H1| D | E | N | H2
Q = K | D | E | E | H T = H2| D | E | N | H1
| Constructor and Description |
|---|
ValidAlignmentGenerator(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate) |
| Modifier and Type | Method and Description |
|---|---|
List<List<de.bioforscher.singa.core.utility.Pair<LeafSubstructure<?>>>> |
getValidAlignments() |
public ValidAlignmentGenerator(List<LeafSubstructure<?>> reference, List<LeafSubstructure<?>> candidate)
public List<List<de.bioforscher.singa.core.utility.Pair<LeafSubstructure<?>>>> getValidAlignments()
Copyright © 2018. All rights reserved.