public class ExpressionDataMatrixBuilder extends Object
Constructor and Description |
---|
ExpressionDataMatrixBuilder(Collection<? extends DesignElementDataVector> vectors) |
ExpressionDataMatrixBuilder(Collection<ProcessedExpressionDataVector> processedVectors,
Collection<? extends DesignElementDataVector> otherVectors) |
public ExpressionDataMatrixBuilder(Collection<? extends DesignElementDataVector> vectors)
vectors
- collection of vectors. They should be thawed first.public ExpressionDataMatrixBuilder(Collection<ProcessedExpressionDataVector> processedVectors, Collection<? extends DesignElementDataVector> otherVectors)
public static ExpressionDataMatrix<?> getMatrix(Collection<? extends DesignElementDataVector> vectors)
vectors
- raw vectorspublic static Collection<QuantitationType> getMissingValueQuantitationTypes(ExpressionExperiment expressionExperiment)
expressionExperiment
- (should be lightly thawed)public static Collection<QuantitationType> getPreferredAndMissingQuantitationTypes(ExpressionExperiment expressionExperiment)
public static Collection<QuantitationType> getPreferredQuantitationTypes(ExpressionExperiment expressionExperiment)
public static Collection<QuantitationType> getUsefulQuantitationTypes(Collection<QuantitationType> eeQtTypes)
eeQtTypes
- the QTspublic static Collection<QuantitationType> getUsefulQuantitationTypes(ExpressionExperiment expressionExperiment)
expressionExperiment
- the EE to get the QTs forpublic ExpressionDataDoubleMatrix getBackgroundChannelA()
public ExpressionDataDoubleMatrix getBackgroundChannelB()
public List<BioAssayDimension> getBioAssayDimensions()
public ExpressionDataDoubleMatrix getBkgSubChannelA()
public ExpressionExperiment getExpressionExperiment()
public ExpressionDataDoubleMatrix getIntensity()
public ExpressionDataBooleanMatrix getMissingValueData()
public Integer getNumMissingValues(QuantitationType qt)
public ExpressionDataDoubleMatrix getPreferredData()
public List<QuantitationType> getPreferredQTypes()
public ExpressionDataDoubleMatrix getProcessedData()
public Map<CompositeSequence,Double> getRanksByMean()
public ExpressionDataDoubleMatrix getSignalChannelA()
public ExpressionDataDoubleMatrix getSignalChannelB()
public boolean isAnyMissing()
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.