Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 1: Line 1:  +
[[Category:Software]]
 +
[[Category:C++]]
 +
[[Category:libStatGen]]
 +
[[Category:libStatGen general]]
 +
 
= Cigar=
 
= Cigar=
This class is part of [[C++ Library: libcsg|libcsg]].
+
This class is part of [[C++ Library: libStatGen]].
    
The 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.
 
The 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.
Line 320: Line 325:  
  getNumOverlaps(0,5,1) = 4 - with a different start position, this range overlaps the read with 4 bases
 
  getNumOverlaps(0,5,1) = 4 - with a different start position, this range overlaps the read with 4 bases
 
  getNumOverlaps(32,40,32) = 4 - with a different start position, this range overlaps the read with 4 bases
 
  getNumOverlaps(32,40,32) = 4 - with a different start position, this range overlaps the read with 4 bases
  −
  −
[[Category:C++]]
  −
[[Category:libcsg]]
 

Navigation menu