Package htsjdk.samtools.cram.lossy
Class ReadCategory
- java.lang.Object
-
- htsjdk.samtools.cram.lossy.ReadCategory
-
public class ReadCategory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
param
ReadCategoryType
type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadCategory
all()
static ReadCategory
higher_than_mapping_score(int score)
static ReadCategory
lower_than_mapping_score(int score)
String
toString()
static ReadCategory
unplaced()
-
-
-
Field Detail
-
type
public final ReadCategoryType type
-
param
public final int param
-
-
Method Detail
-
unplaced
public static ReadCategory unplaced()
-
higher_than_mapping_score
public static ReadCategory higher_than_mapping_score(int score)
-
lower_than_mapping_score
public static ReadCategory lower_than_mapping_score(int score)
-
all
public static ReadCategory all()
-
-