Package | Description |
---|---|
org.biojava.bio.proteomics |
Utilities to aid in performing various physical analysis of proteins.
|
Modifier and Type | Method and Description |
---|---|
static Protease |
ProteaseManager.createProtease(String cleaveRes,
boolean endoProtease,
String name) |
static Protease |
ProteaseManager.createProtease(String cleaveRes,
boolean endoProtease,
String notCleaveRes,
String name) |
static Protease |
ProteaseManager.createProtease(SymbolList cleaveRes,
boolean endoProtease,
String name) |
static Protease |
ProteaseManager.createProtease(SymbolList cleaveRes,
boolean endoProtease,
SymbolList notCleaveRes,
String name)
Creates and registers a new Protease.
|
static Protease |
ProteaseManager.getArg_C() |
static Protease |
ProteaseManager.getAsp_N() |
static Protease |
ProteaseManager.getChymotrypsin() |
static Protease |
ProteaseManager.getCNBr() |
static Protease |
ProteaseManager.getGlu_C_bicarbonate() |
static Protease |
ProteaseManager.getGlu_C_phosphate() |
static Protease |
ProteaseManager.getLys_C() |
static Protease |
ProteaseManager.getProteaseByName(String proteaseName)
Gets a Protease instance by name.
|
static Protease |
Protease.getProteaseByName(String proteaseName)
Retrieves a reference to the named Protease.
|
static Protease |
ProteaseManager.getTrypsin() |
Modifier and Type | Method and Description |
---|---|
static void |
ProteaseManager.registerProtease(Protease prot)
Registers a protease and ensures its flyweight status
|
void |
Digest.setProtease(Protease protease) |
Copyright © 2014 BioJava. All rights reserved.