Index

C D E 
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 method complement(String), which implements a simple string converter that replaces the nucleobase symbols (A,T, C, and G), with their respective complements (T, A, G, and C, respectively), in a string representing a DNA sequence/subsequence.

E

edu.cnm.deepdive - package edu.cnm.deepdive
 
C D E 
All Classes|All Packages