public class Clique<T extends IBipacePeak> extends Object
| Constructor and Description |
|---|
Clique() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPeak(T p)
Returns false, if a peak did not meet the criteria to be added to the
clique.
|
boolean |
addPeak(T p,
boolean force) |
boolean |
addPeak2(T p) |
void |
clear() |
org.jfree.data.statistics.BoxAndWhiskerItem |
createApexTicBoxAndWhisker() |
org.jfree.data.statistics.BoxAndWhiskerItem |
createRTBoxAndWhisker() |
boolean |
equals(Object obj) |
int |
getBBHs() |
IPeak |
getCliqueCentroid() |
double |
getCliqueMean() |
double |
getCliqueRTMean() |
double |
getCliqueRTVariance() |
double |
getCliqueVar() |
int |
getExpectedBBHs() |
int |
getExpectedBBHs(int groupSize) |
long |
getID() |
int |
getMaxBBHErrors() |
double |
getMinBbhFraction() |
List<T> |
getPeakList() |
double |
getRatioOfRTDistanceToCentroidAndCliqueVariance(IPeak p) |
double |
getRTDistanceToCentroid(IPeak p) |
double |
getSimilarityForPeaks(String a,
String b) |
int |
hashCode() |
boolean |
removePeak(T p) |
void |
setMaxBBHErrors(int maxBBHErrors) |
void |
setMinBbhFraction(double fraction) |
String |
toString() |
public long getID()
public boolean addPeak(T p, boolean force)
public boolean addPeak(T p) throws IllegalArgumentException
p - IllegalArgumentExceptionpublic boolean addPeak2(T p) throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean removePeak(T p)
public void clear()
public int getBBHs()
public int getExpectedBBHs()
public int getExpectedBBHs(int groupSize)
public org.jfree.data.statistics.BoxAndWhiskerItem createRTBoxAndWhisker()
public org.jfree.data.statistics.BoxAndWhiskerItem createApexTicBoxAndWhisker()
public double getRTDistanceToCentroid(IPeak p)
public double getRatioOfRTDistanceToCentroidAndCliqueVariance(IPeak p)
public double getCliqueRTVariance()
public double getCliqueRTMean()
public IPeak getCliqueCentroid()
public double getCliqueMean()
public double getCliqueVar()
public int getMaxBBHErrors()
public void setMaxBBHErrors(int maxBBHErrors)
public void setMinBbhFraction(double fraction)
public double getMinBbhFraction()
Copyright © 2007-2013. All Rights Reserved.