Difference between revisions of "LibStatGen: general"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 1: Line 1:
= libcsg =
+
[[Category:Software]]
This library contains utility classes that are useful for many of the other developed software programs/libraries.
+
[[Category:C++]]
 +
[[Category:libStatGen]]
 +
[[Category:libStatGen general]]
 +
 
 +
= general =
 +
This directory of the statgen library contains utility classes that are useful for many of the other developed software programs/library directories.
  
See [[C++ Library: libcsg Change Log]] for a list of the most recent updates to the library.
+
See [[C++ Library: general Change Log]] for a list of the most recent updates to this directory.
  
== Classes in libcsg ==
+
== Classes in genearl ==
  
 
=== Basic Programming Classes ===
 
=== Basic Programming Classes ===
Line 41: Line 46:
  
 
== Suggested Improvements/Features ==
 
== Suggested Improvements/Features ==
 
 
[[Category:Software]]
 
[[Category:C++]]
 
[[Category:libcsg]]
 

Revision as of 01:55, 2 November 2010


general

This directory of the statgen library contains utility classes that are useful for many of the other developed software programs/library directories.

See C++ Library: general Change Log for a list of the most recent updates to this directory.

Classes in genearl

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***


Suggested Improvements/Features