All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.poznan.put.notation.Stericity Maven / Gradle / Ivy

package pl.poznan.put.notation;

/** A base pair stericity, either cis or trans. */
public enum Stericity {
  CIS,
  TRANS,
  UNKNOWN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy