Class ExpressionExperimentQCController
- java.lang.Object
- 
- ubic.gemma.web.controller.BaseController
- 
- ubic.gemma.web.controller.expression.experiment.ExpressionExperimentQCController
 
 
- 
 @Controller public class ExpressionExperimentQCController extends BaseController - Author:
- paul
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_QC_IMAGE_SIZE_PX- 
Fields inherited from class ubic.gemma.web.controller.BaseControllerlog
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExpressionExperimentQCController()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddetailedFactorAnalysis(Long id, OutputStream os)ModelAndViewidentifyOutliersRemoved(Long id)ModelAndViewidentifyPossibleOutliers(Long id)ModelAndViewpcaFactors(Long id, OutputStream os)ModelAndViewpcaScree(Long id, OutputStream os)voidvisualizeCorrMat(Long id, Double size, String contrVal, Boolean text, Boolean showLabels, Boolean forceShowLabels, Boolean reg, OutputStream os)ModelAndViewvisualizeMeanVariance(Long id, Double size, Boolean text, OutputStream os)ModelAndViewvisualizeProbeCorrDist(Long id, OutputStream os)voidvisualizePvalueDist(Long id, Long analysisId, Long rsid, String factorName, Integer size, OutputStream os)ModelAndViewwriteEigenGenes(Long eeid)- 
Methods inherited from class ubic.gemma.web.controller.BaseControlleraddMessage, getMessageUtil, getText, getText, saveMessage, saveMessage, sendConfirmationEmail, setMailEngine, setMessageSource, setMessageUtil
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_QC_IMAGE_SIZE_PXpublic static final int DEFAULT_QC_IMAGE_SIZE_PX - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
detailedFactorAnalysis@RequestMapping("/expressionExperiment/detailedFactorAnalysis.html") public void detailedFactorAnalysis(Long id, OutputStream os) throws Exception - Throws:
- Exception
 
 - 
identifyOutliersRemoved@RequestMapping("/expressionExperiment/outliersRemoved.html") public ModelAndView identifyOutliersRemoved(Long id) throws IOException - Throws:
- IOException
 
 - 
identifyPossibleOutliers@RequestMapping("/expressionExperiment/possibleOutliers.html") public ModelAndView identifyPossibleOutliers(Long id) throws IOException - Throws:
- IOException
 
 - 
pcaFactors@RequestMapping("/expressionExperiment/pcaFactors.html") public ModelAndView pcaFactors(Long id, OutputStream os) throws Exception - Throws:
- Exception
 
 - 
pcaScree@RequestMapping("/expressionExperiment/pcaScree.html") public ModelAndView pcaScree(Long id, OutputStream os) throws Exception - Throws:
- Exception
 
 - 
visualizeCorrMat@RequestMapping("/expressionExperiment/visualizeCorrMat.html") public void visualizeCorrMat(Long id, Double size, String contrVal, Boolean text, Boolean showLabels, Boolean forceShowLabels, Boolean reg, OutputStream os) throws Exception - Parameters:
- id- of experiment
- size- Multiplier on the cell size. 1 or null for standard small size.
- text- if true, output a tabbed file instead of a png
- showLabels- if the row and column labels of the matrix should be shown.
- forceShowLabels- forces the display of labels in the picture
- reg- uses the regressed matrix (if available).
- os- response output stream
- Throws:
- Exception
 
 - 
visualizeMeanVariance@RequestMapping("/expressionExperiment/visualizeMeanVariance.html") public ModelAndView visualizeMeanVariance(Long id, Double size, Boolean text, OutputStream os) throws Exception - Parameters:
- id- of experiment
- size- Multiplier on the cell size. 1 or null for standard small size.
- text- if true, output a tabbed file instead of a png
- os- response output stream
- Returns:
- ModelAndView object if text is true, otherwise null
- Throws:
- Exception
 
 - 
visualizeProbeCorrDist@RequestMapping("/expressionExperiment/visualizeProbeCorrDist.html") public ModelAndView visualizeProbeCorrDist(Long id, OutputStream os) throws Exception - Throws:
- Exception
 
 - 
visualizePvalueDist@RequestMapping(value="/expressionExperiment/visualizePvalueDist.html", produces="image/png") public void visualizePvalueDist(Long id, Long analysisId, Long rsid, String factorName, Integer size, OutputStream os) throws Exception - Parameters:
- id- of the experiment
- analysisId- of the analysis
- rsid- resultSet Id
- factorName- deprecated, we will use rsId instead. Maintained for backwards compatibility.
- size- of the image.
- os- stream to write the image to.
- Throws:
- Exception
 
 - 
writeEigenGenes@RequestMapping("/expressionExperiment/eigenGenes.html") public ModelAndView writeEigenGenes(Long eeid) throws IOException - Throws:
- IOException
 
 
- 
 
-