public class GWASTrait extends Object
| Constructor and Description |
|---|
GWASTrait() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTopSNP(GWASSNP gwasTopSNPObj) |
void |
appendMappedGenes(HashSet<String> mappedGenes) |
void |
appendReportedGenes(HashSet<String> reportedGenes) |
String |
getCleanName() |
HashSet<String> |
getMappedGenes() |
String |
getName() |
HashSet<String> |
getReportedGenes() |
GWASSNP[] |
getSNPs() |
GWASSNP[] |
getSNPs(double pThreshold) |
GWASSNP[] |
getTopAssociations() |
boolean |
isTopAssociation(GWASSNP snp) |
void |
setMappedGenes(HashSet<String> mappedGenes) |
void |
setReportedGenes(HashSet<String> reportedGenes) |
String |
toString() |
public String getName()
public String getCleanName()
public GWASSNP[] getSNPs()
public GWASSNP[] getSNPs(double pThreshold)
public void addTopSNP(GWASSNP gwasTopSNPObj)
public GWASSNP[] getTopAssociations()
public boolean isTopAssociation(GWASSNP snp)
Copyright © 2015. All Rights Reserved.