VCFFilter
public class ParalogHWFilter extends PositionFilter
Constructor | Description |
---|---|
ParalogHWFilter(double significance,
double error) |
Constructor
|
ParalogHWFilter(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> params) |
Constructor from a config (read in from a XML file)
|
Modifier and Type | Method | Description |
---|---|---|
org.apache.commons.configuration2.tree.ImmutableNode |
getConfig() |
Get the config for this filter
|
java.lang.String |
getSummary() |
Gets a string summary of this filter
|
boolean |
test(Position p) |
Tests whether a position should be filtered out
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
change
public ParalogHWFilter(double significance, double error)
significance
- The significance levelerror
- The error levelpublic ParalogHWFilter(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> params)
params
- The configpublic boolean test(Position p) throws VCFDataException
PositionFilter
test
in class PositionFilter
p
- The position to testVCFDataException
- If there is a problem with the
data in the VCFpublic org.apache.commons.configuration2.tree.ImmutableNode getConfig()
VCFFilter
public java.lang.String getSummary()
VCFFilter