public class Probe extends Object
Constructor and Description |
---|
Probe(String probeId) |
Probe(String name,
String description) |
Probe(String name,
String description,
Collection<Gene> genes) |
Modifier and Type | Method and Description |
---|---|
protected void |
addGene(Gene g) |
void |
addToGeneSet(GeneSetTerm geneSet) |
boolean |
equals(Object obj) |
String |
getDescription() |
Gene |
getGene() |
Collection<Gene> |
getGenes() |
Collection<GeneSetTerm> |
getGeneSets() |
String |
getName() |
boolean |
hasAnnots() |
int |
hashCode() |
protected void |
removeGeneSet(GeneSetTerm t) |
void |
setGene(Gene g)
Assumes we only have one gene per probe.
|
void |
setGenes(Collection<Gene> genes) |
void |
setGeneSets(Collection<GeneSetTerm> geneSets) |
String |
toString() |
public Probe(String probeId)
public Probe(String name, String description, Collection<Gene> genes)
public void addToGeneSet(GeneSetTerm geneSet)
geneSet
- public String getDescription()
public Gene getGene()
public Collection<Gene> getGenes()
public Collection<GeneSetTerm> getGeneSets()
public String getName()
public boolean hasAnnots()
public void setGene(Gene g)
g
- public void setGenes(Collection<Gene> genes)
public void setGeneSets(Collection<GeneSetTerm> geneSets)
protected void addGene(Gene g)
protected void removeGeneSet(GeneSetTerm t)
Copyright © 2002-2013 UBC Centre for High-Throughput Biology. All Rights Reserved.