LibStatGen: general: Difference between revisions
From Genome Analysis Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
! Class Name !! Description | ! Class Name !! Description | ||
|- | |- | ||
| <code> | | <code>[http://www.sph.umich.edu/csg/mktrost/doxygen/current/classBaseUtilities.html BaseUtilities]</code> | ||
| Class containing static utilities for performing basic operations on bases. | | Class containing static utilities for performing basic operations on bases. | ||
|- | |- | ||
| <code>[ | | <code>[http://www.sph.umich.edu/csg/mktrost/doxygen/current/classBaseAsciiMap.html BaseAsciiMap]</code> | ||
| Class for determining if a character is a valid base. | | Class for determining if a character is a valid base. | ||
|- | |- | ||
Revision as of 09:56, 24 August 2011
general
This directory of the libStatGen library contains utility classes that are useful for many of the other developed software programs/library directories.
See C++ Library: libStatGen for more descirption on the library.
Classes in general
Basic Programming Classes
| Class Name | Description |
|---|---|
String (StringBasics.cpp/h)
|
String class for string operations |
InputFile
|
Class for opening and operating on a file. |
| ***OTHERS*** | ***NEED TO BE ADDED TO THIS LIST*** |
Genetics Based Classes
| Class Name | Description |
|---|---|
BaseUtilities
|
Class containing static utilities for performing basic operations on bases. |
BaseAsciiMap
|
Class for determining if a character is a valid base. |
Cigar/CigarRoller
|
Utility classes for generating/processing CIGAR strings. |
| ***OTHERS*** | ***NEED TO BE ADDED TO THIS LIST*** |