jigcell.compare.cellcycle
Class BuddingYeastScanTransform
java.lang.Object
javax.swing.TransferHandler
jigcell.compare.impl.Transferer
jigcell.compare.impl.DataSource
jigcell.compare.data.DataGenerator
jigcell.compare.data.EditableDataGenerator
jigcell.compare.data.ProgrammableDataGenerator
jigcell.compare.transform.Transform
jigcell.compare.cellcycle.GenericScanTransform
jigcell.compare.cellcycle.BuddingYeastScanTransform
- All Implemented Interfaces:
- java.awt.datatransfer.Transferable, java.beans.PropertyChangeListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, IDataGenerator, IDataSource, IEditableDataGenerator, IProgrammableDataGenerator, IReadableDataSource, IWriteableDataSource, ITransform
public class BuddingYeastScanTransform
- extends GenericScanTransform
Computes the phenotype of a budding yeast mutant from a time course of concentrations.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
- Author:
- Nicholas Allen
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
ATTRIBUTE_ESP1CHECKED
Attribute for whether esp1 is checked |
protected static java.lang.String |
NAME_TRANSFORM
Display name of this transform |
| Fields inherited from class jigcell.compare.impl.Transferer |
CSV_FOOTER, CSV_LINEPOSTPEND, CSV_LINEPREPEND, CSV_LINESEPARATOR, HTML_FOOTER, HTML_HEADPOSTPEND, HTML_HEADPREPEND, HTML_HEADSEPARATOR, HTML_LINEPOSTPEND, HTML_LINEPREPEND, HTML_LINESEPARATOR |
| Fields inherited from class javax.swing.TransferHandler |
COPY, COPY_OR_MOVE, MOVE, NONE |
| Methods inherited from class jigcell.compare.cellcycle.GenericScanTransform |
clear, computeWildtypeProperties, getAnnotation, getMaximumMass, getMinimumMass, getThresholdCycB, getWildtypeMass, getWildtypeTime, getWildtypeTransformName, isSteadyState, setEvaluationContext, setWildtypeTransformName |
| Methods inherited from class jigcell.compare.transform.Transform |
copy, evaluate, flush, getAllowContextInsertion, getAllowContextRemoval, getCompatibleTransforms, getContainer, getDependencies, getEvaluationContext, getNextStatement, getPreviousElement, getPreviousStatement, getSource, getTransformForGenerator, hasNextStatement, hasPreviousStatement, initializeSource, isReorderable, isRunnable, setAllowContextInsertion, setAllowContextRemoval, setAnnotation, setCompatibleTransforms, setContainer, setNextStatement, setPreviousStatement |
| Methods inherited from class jigcell.compare.data.ProgrammableDataGenerator |
addEvaluationListener, createCustomizer, fireEvaluationError, fireEvaluationError, fireEvaluationStart, fireEvaluationStop, getAllowDescriptionQuery, getCallStack, getElement, getElement, getEvaluationLock, getInputTypeChecker, getInterface, getOutputTypeChecker, isCached, peekElement, peekInterface, propertyChange, removeEvaluationListener, setAllowDescriptionQuery, setInputTypeChecker, setInterfaceClass, setOutputTypeChecker, updateInterface |
| Methods inherited from class jigcell.compare.data.DataGenerator |
clone, compareByName, copy, generateGUID, getAttribute, getComment, getCopiedFrom, getName, getPredictedContents, getTransferData, isCopy, isCopyRelated, read, setCopyName, setName, toString |
| Methods inherited from class jigcell.compare.impl.DataSource |
addOption, addPropertyChangeListener, addPropertyChangeListener, configure, getOption, getOptions, getOptionType, getPropertyChangeListeners, getPropertyChangeListeners, getReadDescriptionOption, getReadIconOption, getState, getWriteDescriptionOption, getWriteIconOption, persistSource, removePropertyChangeListener, removePropertyChangeListener, setOptions, setOptionType, setReadDescriptionOption, setReadIconOption, setWriteDescriptionOption, setWriteIconOption, unpersistSource |
| Methods inherited from class jigcell.compare.impl.Transferer |
addExtension, addFlavor, createCSVTable, createFormattedTable, createHTMLTable, getExceptionRecorder, getExpectedClasses, getExpectedClasses, getExpectedClasses, getFlavors, getFlavors, getPreferredExtensions, getPreferredExtensions, getTransferClass, getTransferDataFlavors, getTransferFlavor, isDataFlavorSupported, transfer |
| Methods inherited from class javax.swing.TransferHandler |
canImport, createTransferable, exportAsDrag, exportDone, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getSourceActions, getVisualRepresentation, importData |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.datatransfer.Transferable |
getTransferData, getTransferDataFlavors, isDataFlavorSupported |
ATTRIBUTE_ESP1CHECKED
public static final java.lang.String ATTRIBUTE_ESP1CHECKED
- Attribute for whether esp1 is checked
- See Also:
- Constant Field Values
NAME_TRANSFORM
protected static final java.lang.String NAME_TRANSFORM
- Display name of this transform
- See Also:
- Constant Field Values
BuddingYeastScanTransform
public BuddingYeastScanTransform()
- Creates a new transform that can perform a run evaluation.
BuddingYeastScanTransform
protected BuddingYeastScanTransform(boolean esp1Checked)
- Creates a new transform that can perform a run evaluation.
- Parameters:
esp1Checked - Whether the concentration of Esp1 is monitored during cell cycle events
getCustomizableInstances
public static java.lang.Object getCustomizableInstances()
- Generates an instance.
getThresholdBud
public double getThresholdBud()
- The threshold for budding.
getThresholdEsp1
public double getThresholdEsp1()
- The threshold for activation.
getThresholdOriLow
public double getThresholdOriLow()
- The threshold for origin licensing.
getThresholdOriHigh
public double getThresholdOriHigh()
- The threshold for origin firing.
getThresholdSpn
public double getThresholdSpn()
- The threshold for spindle alignment.
isEsp1Checked
public boolean isEsp1Checked()
- Whether Esp1 is checked during the cell cycle.
setEsp1Checked
public void setEsp1Checked(boolean checked)
- Controls whether the concentration of Esp1 is a requirement for proceeding through checkpoints.
- Parameters:
checked - Whether Esp1 is checked during the cell cycle
evaluate
protected IDataElement evaluate(IDataElement input)
- Evaluates the transform.
- Overrides:
evaluate in class GenericScanTransform
- Parameters:
input - Transform input