public class VariantMatch extends Object
Constructor and Description |
---|
VariantMatch(Variant variant,
String proteinAccession,
int site)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getProteinAccession()
Returns the protein accession where this variant was found.
|
int |
getSite()
Returns the site on the peptide, 0 is the first amino acid.
|
Variant |
getVariant()
Returns the variant.
|
public Variant getVariant()
public int getSite()
public String getProteinAccession()
Copyright © 2019. All rights reserved.