Package htsjdk.samtools
Class ReservedTagConstants
java.lang.Object
htsjdk.samtools.ReservedTagConstants
Constants for tags used in our SAM/BAM files
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNumber of nucleotide differences (Specified in the SAM spec doc)static final StringThe original cigar before indel cleaning, or 454 cafie and homopolymer correctionstatic final StringThe original pred quality scores before modifications such as 454 cafie and homopolymer correctionstatic final Stringstatic final Stringstatic final StringThe Four54 edit string of 454 cafie and homopolymer correctionsstatic final StringPresent and set to 1 if a read is a noise read.static final StringThe sum of the mismatched qualities.static final StringThe original sequence before 454 cafie and homopolymer correctionstatic final StringThe name of an attribute which stores the 1-based index of the start of sequence within a read (in original orientation) that should be clipped or trimmed before alignment and downstream use. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
READ_GROUP_ID
-
PROGRAM_GROUP_ID
-
XN
Present and set to 1 if a read is a noise read.- See Also:
-
NM
Number of nucleotide differences (Specified in the SAM spec doc) -
XQ
The sum of the mismatched qualities.- See Also:
-
XT
The name of an attribute which stores the 1-based index of the start of sequence within a read (in original orientation) that should be clipped or trimmed before alignment and downstream use. The region to be clipped extends from this position to the end of the read.- See Also:
-
XS
The original sequence before 454 cafie and homopolymer correction- See Also:
-
XF
The Four54 edit string of 454 cafie and homopolymer correctionseditString ::= {base operator position [- position]}* ; // Cafie needs 2 positions base ::= A | T | G | C | N ; // N only for undercall operator ::= o | u | c ; // o = Overcall, u = Undercall, c = Cafie. position is 0 based position of the correction (assuming forward strand) . Cafie positions are to-from. For example: XF :Z:Gc4-6Nu11Co15 means a cafie correction moved a G from position 6 to 4, an N was inserted for an undercall at position 11, and a C was removed as an overcall at position 15- See Also:
-
OQ
The original pred quality scores before modifications such as 454 cafie and homopolymer correction -
OC
The original cigar before indel cleaning, or 454 cafie and homopolymer correction- See Also:
-
-
Constructor Details
-
ReservedTagConstants
public ReservedTagConstants()
-