@return alternate calls (this should be treated as read-only).
()
| 236 | * @return alternate calls (this should be treated as read-only). |
| 237 | */ |
| 238 | public List<String> getAltCalls() { |
| 239 | return mAltCalls; |
| 240 | } |
| 241 | |
| 242 | /** |
| 243 | * Get the allele with the specified index |
no outgoing calls