1 package jalview.datamodel;
3 import jalview.util.MapList;
6 * An interface to model one or more contiguous regions on one chromosome
8 public interface GeneLociI
11 * Answers the species identifier
15 String getSpeciesId();
18 * Answers the reference assembly identifier
22 String getAssemblyId();
25 * Answers the chromosome identifier e.g. "2", "Y", "II"
29 String getChromosomeId();
32 * Answers the mapping from sequence to chromosome loci. For a reverse strand
33 * mapping, the chromosomal ranges will have start > end.