Package org.intermine.bio.web.model
Class ProteinAtlasExpressions
- java.lang.Object
-
- org.intermine.bio.web.model.ProteinAtlasExpressions
-
public class ProteinAtlasExpressions extends java.lang.ObjectProtein Atlas Expressions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classProteinAtlasExpressions.ByCellCountComparatorReorder a TreeMap based on the number of cells contained in ExpressionsclassProteinAtlasExpressions.ByLevelComparatorComparator used on Expressions to order them by staining levelclassProteinAtlasExpressions.ByOverallLevelComparatorReorder a TreeMap based on the overall staining level of the ExpressionsclassProteinAtlasExpressions.ExpressionListRepresents a treemap structure of maps of expressionsclassProteinAtlasExpressions.StainingLevelEvaluatorDetermines the "points" staining levels will get
-
Constructor Summary
Constructors Constructor Description ProteinAtlasExpressions(org.intermine.api.results.ExportResultsIterator values)Convert Path results into a List (ProteinAtlasDisplayer.java)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,ProteinAtlasExpressions.ExpressionList>getByCells()java.util.Map<java.lang.String,ProteinAtlasExpressions.ExpressionList>getByLevel()java.util.Map<java.lang.String,ProteinAtlasExpressions.ExpressionList>getByOrgan()java.lang.StringgetReliability()
-
-
-
Method Detail
-
getByOrgan
public java.util.Map<java.lang.String,ProteinAtlasExpressions.ExpressionList> getByOrgan()
- Returns:
- the map of lists sorted by Organ name
-
getByCells
public java.util.Map<java.lang.String,ProteinAtlasExpressions.ExpressionList> getByCells()
- Returns:
- the map of lists sorted by Cell types count
-
getByLevel
public java.util.Map<java.lang.String,ProteinAtlasExpressions.ExpressionList> getByLevel()
- Returns:
- the map of lists sorted by Overall level count
-
getReliability
public java.lang.String getReliability()
- Returns:
- the expressions reliability
-
-