public class BaseCategory extends Object
Modifier and Type | Field | Description |
---|---|---|
int |
param |
|
BaseCategoryType |
type |
Modifier and Type | Method | Description |
---|---|---|
static BaseCategory |
flankingDeletion() |
|
static BaseCategory |
insertion() |
|
static BaseCategory |
lowerThanCoverage(int coverage) |
|
static BaseCategory |
match() |
|
static BaseCategory |
mismatch() |
|
static BaseCategory |
pileup(int threshold) |
|
String |
toString() |
public final BaseCategoryType type
public final int param
public static BaseCategory match()
public static BaseCategory mismatch()
public static BaseCategory flankingDeletion()
public static BaseCategory pileup(int threshold)
public static BaseCategory lowerThanCoverage(int coverage)
public static BaseCategory insertion()