public class ExpressionProfileDataObject extends Object
for a similar object.
Constructor and Description |
---|
ExpressionProfileDataObject(DoubleVectorValueObject data) |
Modifier and Type | Method and Description |
---|---|
double[] |
getData() |
Long |
getDedvId() |
Long |
getEeId() |
Collection<Long> |
getGeneIds() |
Long |
getProbeId() |
String |
getProbeName() |
boolean |
isNormalized() |
void |
setData(double[] data) |
void |
setDedvId(Long dedvId) |
void |
setEeId(Long eeId) |
void |
setGeneIds(Collection<Long> geneIds) |
void |
setNormalized(boolean isNormalized) |
void |
setProbeId(Long probeId) |
void |
setProbeName(String probeName) |
public ExpressionProfileDataObject(DoubleVectorValueObject data)
public double[] getData()
public Long getDedvId()
public Long getEeId()
public Collection<Long> getGeneIds()
public Long getProbeId()
public String getProbeName()
public boolean isNormalized()
public void setData(double[] data)
public void setDedvId(Long dedvId)
public void setEeId(Long eeId)
public void setGeneIds(Collection<Long> geneIds)
public void setNormalized(boolean isNormalized)
public void setProbeId(Long probeId)
public void setProbeName(String probeName)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.