Difference between revisions of "LibStatGen: general"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 4: Line 4:
 
See [[C++ Library: libcsg Change Log]] for a list of the most recent updates to the library.
 
See [[C++ Library: libcsg Change Log]] for a list of the most recent updates to the library.
  
=== Classes in the FastQFile Library ===
+
== Classes in libcsg ==
 +
 
 +
=== Basic Programming Classes ===
 
{| style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 
{| style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 
|-style="background: #f2f2f2; text-align: center;"
 
|-style="background: #f2f2f2; text-align: center;"
Line 11: Line 13:
 
| <code>String (StringBasics.cpp/h)</code>
 
| <code>String (StringBasics.cpp/h)</code>
 
| String class for string operations
 
| String class for string operations
 +
|-
 +
| <code>[C++ Class: InputFile|InputFile]</code>
 +
| Class for opening and operating on a file.
 +
|-
 +
| ***OTHERS***
 +
| ***NEED TO BE ADDED TO THIS LIST***
 +
|}
 +
 +
=== Genetics Based Classes ===
 +
{| style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 +
|-style="background: #f2f2f2; text-align: center;"
 +
! Class Name !!  Description
 
|-
 
|-
 
| <code>[[C++ Class: BaseAsciiMap|BaseAsciiMap]]</code>
 
| <code>[[C++ Class: BaseAsciiMap|BaseAsciiMap]]</code>
 
| Class for determining if a character is a valid base.
 
| Class for determining if a character is a valid base.
 
|-
 
|-
| <code>InputFile</code>
+
| ***OTHERS***
| Class for opening and operating on a file.
+
| ***NEED TO BE ADDED TO THIS LIST***
 
|}
 
|}
 +
  
 
== Suggested Improvements/Features ==
 
== Suggested Improvements/Features ==

Revision as of 16:43, 3 May 2010

libcsg

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

See C++ Library: libcsg Change Log for a list of the most recent updates to the library.

Classes in libcsg

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
BaseAsciiMap Class for determining if a character is a valid base.
***OTHERS*** ***NEED TO BE ADDED TO THIS LIST***


Suggested Improvements/Features