Residue

class Residue(id: String, type: String)

Constructors

Link copied to clipboard
fun Residue(id: String, type: String, atoms: List<Atom>)

Functions

Link copied to clipboard
fun findAtomOrThrow(name: String): Atom
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val atoms: MutableList<Atom>
Link copied to clipboard
val id: String

A unique id for this residue in the chain, often a 4-character sequence number.

Link copied to clipboard
var type: String

A machine-readable description of this residue, often 3 characters.