NCBI C++ ToolKit
|
Gene information class and related interfaces. More...
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CGeneInfoException |
CGeneInfoException. More... | |
class | CGeneInfo |
CGeneInfo. More... | |
class | IGeneInfoInput |
IGeneInfoInput. More... | |
Functions | |
CNcbiOstream & | operator<< (CNcbiOstream &out, const CGeneInfo &geneInfo) |
Output the Gene information formatted as HTML. More... | |
Gene information class and related interfaces.
Gene information is optionally presented in Blast output, along with standard sequence deflines, in the form of one or more lines describing the Gene, name of species, number of PubMed links, etc. This file defines the Gene information class, the related exception class, and the interface for obtaining Gene information from an input source.
Definition in file gene_info.hpp.
CNcbiOstream& operator<< | ( | CNcbiOstream & | out, |
const CGeneInfo & | geneInfo | ||
) |
Output the Gene information formatted as HTML.