Class GeneCoexpressionTestedIn
java.lang.Object
ubic.gemma.model.analysis.expression.coexpression.IdArray
ubic.gemma.model.analysis.expression.coexpression.GeneCoexpressionTestedIn
Tracks the datasets in which coexpression for a gene has been tested. Determining if two genes were tested together
requires using the and() method.
- Author:
- Paul
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd the data set to the list of those which are in the array.booleanintintinthashCode()voidremoveEntity(Long ds) voidsetNumDatasetsTestedIn(int numDatasetsTestedIn) Used for serializing/marshalling only.toString()Methods inherited from class ubic.gemma.model.analysis.expression.coexpression.IdArray
addEntities, and, andSet, getBytes, getIds, getIdsSet, isIncluded, setBytes
-
Constructor Details
-
GeneCoexpressionTestedIn
public GeneCoexpressionTestedIn() -
GeneCoexpressionTestedIn
-
-
Method Details
-
addEntity
Description copied from class:IdArrayAdd the data set to the list of those which are in the array. If it is already included, nothing will change. -
getNumIds
public int getNumIds() -
removeEntity
- Overrides:
removeEntityin classIdArray- Parameters:
ds- ID of dataset to remove. If it isn't here, has no effect.
-
toString
-
getGeneId
-
getNumDatasetsTestedIn
public int getNumDatasetsTestedIn() -
setNumDatasetsTestedIn
public void setNumDatasetsTestedIn(int numDatasetsTestedIn) Used for serializing/marshalling only. Do not set this value directly otherwise.- Parameters:
numDatasetsTestedIn- the new value
-
hashCode
public int hashCode() -
equals
-