|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--ReportPRP
Class ReportPRP.java - popup various reports. This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government and Djamel Medjahed (SAIC-Frederick). As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file.
This work was derived from MAExplorer under the Mozilla 1.1 Open Source Public License by Peter Lemkin of the National Cancer Institute, an agency of the United States Government subject to the limitations noted in the accompanying LEGAL file. See licence info on http://maexplorer.sourceforge.org/
| Field Summary | |
Filter |
fil
Instance of Data Filter. |
private ProtPlot |
prp
instance of ProtPlot |
StatisticsPRP |
stat
Instance of StatisticsPRP. |
UtilPRP |
util
Utility instance |
| Constructor Summary | |
ReportPRP(ProtPlot prp)
ReportPRP() - constructor |
|
| Method Summary | |
(package private) java.lang.String |
getSamplesSubtitle()
getSamplesSubtitle() - of samples based on plot mode |
boolean |
showExprProfilesFilteredReport()
showExprProfilesFilteredReport() - show popup of expression profiles of filtered proteins |
void |
showFilteredReport()
showFilteredReport() - show popup report of filtered proteins in the prp.mPidFiltered[0:prp.nMpidFiltered-1] list of mPids [TODO] Sort by expression or by ratioX/Y |
void |
showListOfExprProfileSamplesReport()
showListOfExprProfileSamplesReport() - show popup report of list of samples in the current Protein expression profile. |
boolean |
showSampleAssignmentsReport()
showSampleAssignmentsReport() - list sample assignments in various sets |
boolean |
showSampleNbrsReport()
showSampleNbrsReport() - list the samples and numbers of proteins/sample |
boolean |
showSimilarProteinReport(Cluster clust)
showSimilarProteinReport() - show popup similar-cluster report of similar proteins that were previously clustered. |
boolean |
showStateReport()
showStateReport() - show popup of the state values including slider values |
boolean |
showXYEPsetsMissingProtFilteredReport()
showXYEPsetsMissingProtFilteredReport() - show popup of X&Y or EP sets statistics of missing prot filtered proteins |
boolean |
updateReport()
updateReport() - update the popup report if possible using the rptType. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private ProtPlot prp
public UtilPRP util
public Filter fil
public StatisticsPRP stat
| Constructor Detail |
public ReportPRP(ProtPlot prp)
prp - is instance of ProtPlottitle - of plot| Method Detail |
java.lang.String getSamplesSubtitle()
public void showListOfExprProfileSamplesReport()
public void showFilteredReport()
public boolean showExprProfilesFilteredReport()
public boolean showXYEPsetsMissingProtFilteredReport()
public boolean showStateReport()
public boolean showSimilarProteinReport(Cluster clust)
public boolean showSampleAssignmentsReport()
public boolean showSampleNbrsReport()
public boolean updateReport()
Types of reports and action: Type Action ---- -------- "Help" fixed - no updates "FilterRpt" regenerate the report text "EPFilterRpt" regenerate the report text "XYEPmissingRpt" regenerate the report text "EPsamplesRpt" regenerate the report text "StateRpt" regenerate the report text "SampleAssignRpt" regenerate the report text "SampleNbrsRpt" fixed data for the database - NO updates "SimClusterRpt" NOT done here - it is done in Cluster. NO-OP
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||