public class GeneEnrichment extends Object
Modifier and Type | Field and Description |
---|---|
static String |
colGenesBG |
static String |
colGenesRatio |
static String |
colGenesSUID |
static String |
colID |
static String |
colListGenes |
static String |
colName |
static String |
colPvalue |
static String |
colSource |
static String |
enrichmentURL |
static String[] |
swingColumnsEnrichment |
Constructor and Description |
---|
GeneEnrichment() |
GeneEnrichment(String cui,
String name,
String source,
String geneRatio,
String bgRatio,
Double pValue,
List<Integer> geneIds,
List<Long> geneNodes) |
Modifier and Type | Method and Description |
---|---|
String |
getBgRatio() |
List<?> |
getGeneIds() |
List<Long> |
getGeneNodes() |
String |
getGeneRatio() |
String |
getName() |
int |
getNumberGenes() |
Double |
getpValue() |
String |
getSource() |
void |
setBgRatio(String bgRatio) |
void |
setGeneIds(List<Integer> geneIds) |
void |
setGeneNodes(List<Long> geneNodes) |
void |
setGeneRatio(String geneRatio) |
void |
setName(String name) |
void |
setpValue(Double pValue) |
void |
setSource(String source) |
public static final String enrichmentURL
public static final String colID
public static final String colName
public static final String colSource
public static final String colGenesRatio
public static final String colGenesBG
public static final String colListGenes
public static final String colPvalue
public static final String colGenesSUID
public static final String[] swingColumnsEnrichment
public int getNumberGenes()
public String getName()
public void setName(String name)
public String getSource()
public void setSource(String source)
public String getGeneRatio()
public void setGeneRatio(String geneRatio)
public String getBgRatio()
public void setBgRatio(String bgRatio)
public Double getpValue()
public void setpValue(Double pValue)
public List<?> getGeneIds()
Copyright © 2024. All rights reserved.