public class GeneCoexpressionNodeDegreeValueObject extends Object implements Serializable
Constructor and Description |
---|
GeneCoexpressionNodeDegreeValueObject() |
GeneCoexpressionNodeDegreeValueObject(GeneCoexpressionNodeDegree entity) |
Modifier and Type | Method and Description |
---|---|
double[] |
asDoubleArrayNegRanks() |
double[] |
asDoubleArrayPosRanks() |
int[] |
asIntArrayNeg() |
int[] |
asIntArrayPos() |
void |
clear()
Used during recomputation only.
|
boolean |
equals(Object obj) |
Long |
getGeneId() |
Integer |
getLinksWithExactSupport(Integer support,
boolean positive) |
Integer |
getLinksWithMinimumSupport(int i) |
Integer |
getLinksWithMinimumSupport(Integer support,
boolean positive) |
int |
getMaxSupportNeg() |
int |
getMaxSupportPos() |
Double |
getRankAtMinimumSupport(Integer support,
boolean positive) |
int |
hashCode() |
void |
increment(Integer support,
boolean positive) |
GeneCoexpressionNodeDegree |
toEntity() |
String |
toString() |
int |
total()
Equivalent to getLinksWithMinimumSupport( 0 )
|
public GeneCoexpressionNodeDegreeValueObject()
public GeneCoexpressionNodeDegreeValueObject(GeneCoexpressionNodeDegree entity)
public double[] asDoubleArrayNegRanks()
public double[] asDoubleArrayPosRanks()
public int[] asIntArrayNeg()
public int[] asIntArrayPos()
public Long getGeneId()
public Integer getLinksWithExactSupport(Integer support, boolean positive)
support
- valuepositive
- positivepublic Integer getLinksWithMinimumSupport(int i)
i
- supportpublic Integer getLinksWithMinimumSupport(Integer support, boolean positive)
support
- thresholdpositive
- positivepublic int getMaxSupportNeg()
public int getMaxSupportPos()
public void increment(Integer support, boolean positive)
public int total()
public void clear()
public GeneCoexpressionNodeDegree toEntity()
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.