|
ARB
|

Go to the source code of this file.
Functions | |
| void | initBaseLookups () |
Variables | |
| char | helixBaseChar [BASECHARS] = { 'A', 'C', 'G', 'T', '=' } |
| char | loopBaseChar [BASECHARS] = { 'a', 'c', 'g', 't', '-' } |
| int | basesArePairing [BASECHARS][BASECHARS] |
| int | baseCharType [MAXBASECHAR+1] |
| int | charIsDelete [MAXBASECHAR+1] |
| int | charIsHelical [MAXBASECHAR+1] |
| void initBaseLookups | ( | ) |
Definition at line 20 of file base.c.
References assert, BASECHARS, loopBaseChar, and MAXBASECHAR.
Referenced by ARB_main().
Definition at line 4 of file base.c.
Referenced by createOriginRNS(), and mutateRNS().
Definition at line 5 of file base.c.
Referenced by createOriginRNS(), initBaseLookups(), and mutateRNS().
| int baseCharType[MAXBASECHAR+1] |
| int charIsDelete[MAXBASECHAR+1] |
| int charIsHelical[MAXBASECHAR+1] |
1.8.8