Package | Description |
---|---|
com.hfg.bio.seq.format.feature.uniprot |
Modifier and Type | Field and Description |
---|---|
static UniProtFeatureKey |
UniProtFeatureKey.ACT_SITE |
static UniProtFeatureKey |
UniProtFeatureKey.BINDING |
static UniProtFeatureKey |
UniProtFeatureKey.CA_BIND |
static UniProtFeatureKey |
UniProtFeatureKey.CARBOHYD |
static UniProtFeatureKey |
UniProtFeatureKey.CHAIN |
static UniProtFeatureKey |
UniProtFeatureKey.COILED |
static UniProtFeatureKey |
UniProtFeatureKey.COMPBIAS |
static UniProtFeatureKey |
UniProtFeatureKey.CONFLICT |
static UniProtFeatureKey |
UniProtFeatureKey.CROSSLNK |
static UniProtFeatureKey |
UniProtFeatureKey.DISULFID |
static UniProtFeatureKey |
UniProtFeatureKey.DNA_BIND |
static UniProtFeatureKey |
UniProtFeatureKey.DOMAIN |
static UniProtFeatureKey |
UniProtFeatureKey.HELIX |
static UniProtFeatureKey |
UniProtFeatureKey.INIT_MET |
static UniProtFeatureKey |
UniProtFeatureKey.INTRAMEM |
static UniProtFeatureKey |
UniProtFeatureKey.LIPID |
static UniProtFeatureKey |
UniProtFeatureKey.METAL |
static UniProtFeatureKey |
UniProtFeatureKey.MOD_RES |
static UniProtFeatureKey |
UniProtFeatureKey.MOTIF |
static UniProtFeatureKey |
UniProtFeatureKey.MUTAGEN |
static UniProtFeatureKey |
UniProtFeatureKey.NON_CONS |
static UniProtFeatureKey |
UniProtFeatureKey.NON_STD |
static UniProtFeatureKey |
UniProtFeatureKey.NON_TER |
static UniProtFeatureKey |
UniProtFeatureKey.NP_BIND |
static UniProtFeatureKey |
UniProtFeatureKey.PEPTIDE |
static UniProtFeatureKey |
UniProtFeatureKey.PROPEP |
static UniProtFeatureKey |
UniProtFeatureKey.REGION |
static UniProtFeatureKey |
UniProtFeatureKey.REPEAT |
static UniProtFeatureKey |
UniProtFeatureKey.SIGNAL |
static UniProtFeatureKey |
UniProtFeatureKey.SITE |
static UniProtFeatureKey |
UniProtFeatureKey.STRAND |
static UniProtFeatureKey |
UniProtFeatureKey.TOPO_DOM |
static UniProtFeatureKey |
UniProtFeatureKey.TRANSIT |
static UniProtFeatureKey |
UniProtFeatureKey.TRANSMEM |
static UniProtFeatureKey |
UniProtFeatureKey.TURN |
static UniProtFeatureKey |
UniProtFeatureKey.UNSURE |
static UniProtFeatureKey |
UniProtFeatureKey.VAR_SEQ |
static UniProtFeatureKey |
UniProtFeatureKey.VARIANT |
static UniProtFeatureKey |
UniProtFeatureKey.ZN_FING |
Modifier and Type | Method and Description |
---|---|
UniProtFeatureKey |
UniProtFeature.name() |
static UniProtFeatureKey |
UniProtFeatureKey.valueOf(String inValue) |
Modifier and Type | Method and Description |
---|---|
static Collection<UniProtFeatureKey> |
UniProtFeatureKey.values() |
Constructor and Description |
---|
UniProtFeature(UniProtFeatureKey inName,
UniProtFeatureLocation inLocation) |
jataylor@hairyfatguy.com