Index
All Classes|All Packages
C
- complement(String) - Static method in class edu.cnm.deepdive.DNA
-
Converts and returns the DNA complement of
sequence
, with each nucleobase symbol (character) replaced by its complementary symbol.
D
- DNA - Class in edu.cnm.deepdive
-
Includes the
static
methodcomplement(String)
, which implements a simple string converter that replaces the nucleobase symbols (A
,T
,C
, andG
), with their respective complements (T
,A
,G
, andC
, respectively), in a string representing a DNA sequence/subsequence.
E
- edu.cnm.deepdive - package edu.cnm.deepdive
All Classes|All Packages