Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 3: Line 3:     
This purpose of this class is to provide utilities for processing CIGARs.  It has read-only operators that do not allow modification to the class other than for lazy-evaluation.
 
This purpose of this class is to provide utilities for processing CIGARs.  It has read-only operators that do not allow modification to the class other than for lazy-evaluation.
 +
 +
== static Methods ==
 +
These methods are helpful for determining information about the operator.
 +
 +
{| style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 +
|-style="background: #f2f2f2; text-align: center;"
 +
! Method Name !!  Description
 +
|-
 +
| <code>bool foundInQuery(Operation op)</code>
 +
| Return true if the specified operation is found in the query sequence, false if not.
 +
|-
 +
| <code>bool isClip(Operation op)</code>
 +
| Return true if the specified operation is a clipping operation, false if not.
 +
|-
 +
|}
    
== Public Methods ==
 
== Public Methods ==

Navigation menu