public class PSM extends Object
Constructor and Description |
---|
PSM(int entrez,
int aaLoc,
String reference,
String mutations) |
Modifier and Type | Method and Description |
---|---|
void |
addMutation(String mutation) |
void |
addMutations(Set<String> mutations) |
int |
getAaLoc() |
int |
getEntrez() |
String |
getMutations() |
String |
getWildtype() |
boolean |
isValid()
Checks if the PSM object is valid.
|
void |
setAaLoc(int aaLoc) |
void |
setEntrez(int entrez) |
void |
setWildtype(String wildtype) |
String |
toString() |
public boolean isValid()
public int getEntrez()
public void setEntrez(int entrez)
public int getAaLoc()
public void setAaLoc(int aaLoc)
public String getWildtype()
public void setWildtype(String wildtype)
public String getMutations()
public void addMutation(String mutation)
Copyright © 2016. All rights reserved.