Interface TwoChannelMissingValues
- All Known Implementing Classes:
- TwoChannelMissingValuesImpl
public interface TwoChannelMissingValues
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptioncomputeMissingValues(ExpressionExperiment ee, double signalToNoiseThreshold, Collection<Double> extraMissingValueIndicators) 
- 
Field Details- 
DEFAULT_SIGNAL_TO_NOISE_THRESHOLDstatic final double DEFAULT_SIGNAL_TO_NOISE_THRESHOLD- See Also:
 
 
- 
- 
Method Details- 
computeMissingValues- Parameters:
- ee- The expression experiment to analyze. The quantitation types to use are selected automatically. If you want more control use other computeMissingValues methods.
- Returns:
- collection of raw expression data vectors
 
- 
computeMissingValuesCollection<RawExpressionDataVector> computeMissingValues(ExpressionExperiment ee, double signalToNoiseThreshold, Collection<Double> extraMissingValueIndicators) - Parameters:
- ee- The expression experiment to analyze. The quantitation types to use are selected automatically.
- signalToNoiseThreshold- A value such as 1.5 or 2.0; only spots for which at least ONE of the channel signal is more than signalToNoiseThreshold*background (and the preferred data are not missing) will be considered present.
- extraMissingValueIndicators- Values that should be considered missing. For example, some data sets use '0'. This can be null or empty and it will be ignored.
- Returns:
- DesignElementDataVectors corresponding to a new PRESENTCALL quantitation type for the experiment.
 
 
-