public class GWASSNP extends Object
| Constructor and Description |
|---|
GWASSNP() |
| Modifier and Type | Method and Description |
|---|---|
HashSet<GWASTrait> |
getAssociatedTraits() |
GWASTrait[] |
getAssociatedTraitsArray() |
byte |
getChr() |
int |
getId() |
String |
getLocus() |
String |
getName() |
int |
getPosition() |
HashSet<GWASPublication> |
getPublishedIn() |
Double |
getPValueAssociatedWithTrait(GWASTrait t) |
HashMap<GWASTrait,String> |
getRiskAllele() |
String |
getRiskAllele(GWASTrait t) |
void |
setAssociatedTraits(HashSet<GWASTrait> associatedTraits) |
void |
setChr(byte chr) |
void |
setId(int id) |
void |
setLocus(String locus) |
void |
setName(String name) |
void |
setPosition(int position) |
void |
setPublishedIn(HashSet<GWASPublication> publishedIn) |
void |
setPValueAssociatedWithTrait(GWASTrait gwasTraitObj,
Double pval) |
void |
setRiskAllele(HashMap<GWASTrait,String> riskAllele) |
String |
toString() |
public String getName()
public GWASTrait[] getAssociatedTraitsArray()
public void setAssociatedTraits(HashSet<GWASTrait> associatedTraits)
associatedTraits - the associatedTraits to setpublic HashSet<GWASPublication> getPublishedIn()
public void setPublishedIn(HashSet<GWASPublication> publishedIn)
publishedIn - the publishedIn to setpublic void setRiskAllele(HashMap<GWASTrait,String> riskAllele)
riskAllele - the riskAllele to setpublic int getId()
public void setId(int id)
id - the id to setpublic void setName(String name)
name - the name to setpublic byte getChr()
public void setChr(byte chr)
chr - the chr to setpublic int getPosition()
public void setPosition(int position)
position - the position to setpublic String getLocus()
public void setLocus(String locus)
locus - the locus to setpublic void setPValueAssociatedWithTrait(GWASTrait gwasTraitObj, Double pval)
Copyright © 2015. All Rights Reserved.