Changeset 2389
- Timestamp:
- Dec 22, 2010, 9:34:31 PM (12 years ago)
- Location:
- trunk/yat/omic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/Codon.h
r2369 r2389 59 59 <tr><td>Val</td><td>V</td><td>GTT,GTC,GTA,GTG</td></tr> 60 60 <tr><td>START</td><td></td><td>ATG</td></tr> 61 <tr><td>STOP</td> <td></td><td>TAA,TGA,TAG</td></tr>61 <tr><td>STOP</td>*<td></td><td>TAA,TGA,TAG</td></tr> 62 62 </table> 63 63 … … 132 132 133 133 \relates Codon 134 135 \since New in yat 0.7 134 136 */ 135 137 struct AminoAcidEqual : public std::binary_function<Codon, Codon, bool> -
trunk/yat/omic/GenomicPosition.h
r2388 r2389 98 98 of \a rhs or if chromosome of \a lhs equals chromosome of \a rhs 99 99 and position of \a lhs is less than position of \a rhs. 100 101 \since New in yat 0.7 100 102 */ 101 103 bool operator<(const GenomicPosition& lhs, const GenomicPosition& rhs); … … 105 107 106 108 \return \c true if chromosomes and positions are the same. 109 110 \since New in yat 0.7 107 111 */ 108 112 bool operator==(const GenomicPosition& lhs, const GenomicPosition& rhs); … … 118 122 119 123 \return chromosome number 124 125 \since New in yat 0.7 120 126 */ 121 127 unsigned short chr2int(const std::string& str);
Note: See TracChangeset
for help on using the changeset viewer.