All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractFilter<M extends Matrix2D<R,C,V>,R,C,V> |
Base implementation of the filter interface.
|
AbstractGraph<R extends GraphNode<K,V>,K,V> |
|
AbstractGraphNode<K,V> |
|
AbstractLevelFilter<R,C> |
Abstract class representing a filter that removes things from DoubleMatrixNamed matrices based on the values
themselves.
|
AbstractMatrix<R,C,V> |
|
AbstractMatrix3D<R,C,S,V> |
TODO Document Me
|
AbstractMatrixReader<M extends Matrix2D<String,String,V>,V> |
Abstract class representing an object that can read in a Matrix2D from a file.
|
AbstractOntologyMemoryBackedService |
This class has some stuff that's specific to in-memory ontologies.
|
AbstractOntologyService |
Base class for Jena-based ontology services.
|
AbstractRClient |
Base class for RClients
|
AffymetrixProbeNameFilter<M extends Matrix2D<R,C,V>,R,C,V> |
Remove probes that have names meeting certain rules indicating they may have low reliability.
|
AnnotationProperty |
|
AnnotatorClient |
Use the NCBO annotator to find ontology terms matching strings.
|
AnnotatorResponse |
This represents an Ontology terms returned by the AnnotatorClient
|
AnovaEffect |
Represents one row of an ANOVA table
|
AnovaResult |
|
BatchIterator<E> |
Example usage:
|
BinaryTree<T> |
|
BinaryTreeNode<T> |
|
BitUtil |
Based on code from: Derby - Class org.apache.derbyTesting.unitTests.util.BitUtil
|
Blas |
This class contains Java versions of a number of the LINPACK
basic linear algebra subroutines (blas):
isamax_j
daxpy_j
ddot_j
dscal_j
dswap_j
dnrm2_j
dcopy_j
drotg_j
It also contains utility routines that the translator found useful
while translating the FORTRAN code to Java code.
|
BrowserLauncher |
|
ByteArrayConverter |
Class to convert byte arrays (e.g., Blobs) to and from other types of arrays.
|
CellLineOntologyService |
See http://www.obofoundry.org/cgi-bin/detail.cgi?id=CLO
|
CellTypeOntologyService |
See http://www.obofoundry.org/cgi-bin/detail.cgi?id=cell
|
ChainedStatement |
|
ChainedStatementObject |
Acts as an 'anonymous' node in a statement
|
CharacteristicStatement |
|
ChebiOntologyService |
Loads the CHEBI Ontology at startup in its own thread.
|
ClassStatement |
|
ColorMap |
|
ColorMatrix<A,B> |
Creates a color matrix from a matrix of doubles
|
CompressedBitMatrix<R,C> |
Named compressed sparse bit matrix.
|
CompressedSparseDoubleMatrix<R,C> |
Supports sparse matrices (where sparse means most values are zero, not that they are missing).
|
Configuration |
Configuration of ontology services and other things.
|
ConfigUtils |
Convenience methods for loading configurations
|
Constants |
Used in some ports of statistical code.
|
CorrelationEffectMetaAnalysis |
Implementation of meta-analysis of correlations along the lines of chapter 18 of Cooper and Hedges, "Handbook of
Research Synthesis".
|
CorrelationStats |
Statistical evaluation and transformation tools for correlations.
|
CountingMap<K> |
Convenience Map that has a count as the value for each key.
|
CreateSpreadSheet |
TODO Document Me
|
DataStatement |
|
DatatypeProperty |
|
DateUtil |
Date Utility Class
|
DenseDouble3dMatrix<R,C,S> |
|
DenseDoubleMatrix<R,C> |
A dense matrix of doubles that knows about row and column names.
|
DenseDoubleMatrix1D |
Use this class when fast iteration over the matrix is of primary interest.
|
DenseObject3DMatrix<R,C,S> |
|
DensityGenerator |
An interface that describes a class that can produce values from a particular probability density.
|
DescriptiveWithMissing |
Mathematical functions for statistics that allow missing values without scotching the calculations.
|
DesignMatrix |
Represents the A matrix in regression problems posed as Ax=b.
|
DirectedGraph<K,V> |
A graph that contains DirectedGraphNodes.
|
DirectedGraphNode<K,V> |
A graph node that has the concept of parents and children.
|
Dirichlet |
|
DiseaseOntologyService |
Holds a copy of the Disease Ontology.
|
Distance |
Alternative distance and similarity metrics for vectors.
|
DoubleAddingMap<K> |
Similar to ubic.gemma.util.CountingMap.
|
DoubleMatrix<R,C> |
Abstract base class for 2D matrices of double values with named columns and rows.
|
DoubleMatrix3D<R,C,S> |
TODO Document Me
|
DoubleMatrixFactory |
Use this factory to create matrices of type selected at runtime (String parameterization only)
|
DoubleMatrixReader |
Reader for basecode.dataStructure.matrix.DoubleMatrix .
|
DoublePoint |
|
Dqrsl |
This class contains the LINPACK DQRDC (QR decomposition)
and DQRSL (QR solve) routines.
|
ExcelUtil |
Utilities for dealign with Microsoft Excel spreadsheets as implemented in commons-poi.
|
ExperimentalFactorOntologyService |
|
FastRowAccessDoubleMatrix<R,C> |
Dense 2D matrix implementation designed for very fast access of entire rows.
|
FileTools |
|
Filter<M extends Matrix2D<R,C,V>,R,C,V> |
An interface representing the functionality of a class that can filter 2-d matrix-based data by row-oriented
criteria.
|
FMAOntologyService |
Holds a copy of the FMA Ontology on disk.
|
GenericAnovaResult |
A generic representation of an R-style ANOVA table, including interactions.
|
GenericOntologyService |
A way to create ad hoc ontology services (in memory) for testing
|
GenericStreamConsumer |
See http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
|
Graph<R extends GraphNode<K,V>,K,V> |
|
GraphNode<K,V> |
|
Histogram |
A simple histogram.
|
HistogramReader |
Reads histograms stored in flat files
|
HistogramSampler |
Implements a simple (not very efficient) sampling algorithm for empirical distributions.
|
HistogramWriter |
Print an hep.aidia.IHistogram1D object to a text file.
|
HTest |
Representation of the R htest class.
|
HumanDevelopmentOntologyService |
|
HumanPhenotypeOntologyService |
See http://bioportal.bioontology.org/ontologies/45774?p=terms&conceptid=HP%3A0001264 for example.
|
InstanceStatement |
|
IntegerMatrix<R,C> |
|
ItemLevelFilter<R,C> |
Filter that removes individual values that are outside of a range.
|
JGradientBar |
A GUI legend component that displays a color map as a color gradient from min to max, traversing all the colors in
the color map.
|
JRIClient |
R connection implementation that uses the dynamic library interface JRI.
|
KruskalWallis |
Perform a Kruskal-Wallis test.
|
KSTest |
Class to perform the Kolmogorov-Smirnov test.
|
LeastSquaresFit |
For performing "bulk" linear model fits, but also offers simple methods for simple univariate and multivariate
regression for a single vector of dependent variables (data).
|
LinearModelSummary |
Represents the results of a linear model analysis from R.
|
Link |
Implements comparable, which sorts by the 'x' coordinate and then secondarily by the 'y' coordinate.
|
MammalianPhenotypeOntologyService |
|
MapReader |
Reads a tab-delimited file with keys in first column, values in second.
|
MathUtil |
|
Matrix2D<R,C,V> |
Represents a matrix with index columns and rows.
|
Matrix3D<R,C,S,V> |
|
MatrixDisplay<R,C> |
A visual component for displaying a color matrix
|
MatrixNormalizer<R,C> |
|
MatrixRowStats |
Convenience functions for getting row statistics from matrices.
|
MatrixStats |
|
MatrixUtil |
|
MatrixWriter<R,C> |
Class for writing matrices to disk
|
MeanDifferenceMetaAnalysis |
Meta-analysis methods from chapter 18 of Cooper and Hedges, sections 2.1 and 3.1
|
MeanVarianceEstimator |
Estimate mean-variance relationship and use this to compute weights for least squares fitting.
|
MedicOntologyService |
MEDIC ONTOLOGY USED BY PHENOCARTA, its represents MESH terms as a tree so with can use the parent structure that a
normal mesh term doesnt have
|
MetaAnalysis |
Statistics for meta-analysis.
|
ModeratedTstat |
Implements methods described in
|
MouseDevelopmentOntologyService |
|
MultipleTestCorrection |
Methods for p-value correction of sets of hypothesis tests.
|
NetUtils |
|
NIFSTDOntologyService |
|
NormalProbabilityComputer |
|
ObiService |
|
ObjectMatrix<R,C,V> |
|
ObjectMatrixImpl<R,C,V> |
Matrix that can hold any type of object
|
ObjectProperty |
|
OmimAnnotatorClient |
to use the OMIM api
TODO Document Me
|
OneWayAnovaResult |
|
OntologyCardinalityRestriction |
|
OntologyCardinalityRestriction.CardinalityType |
|
OntologyClassRestriction |
|
OntologyDatatypeRestriction |
|
OntologyIndividual |
|
OntologyModel |
|
OntologyProperty |
|
OntologyResource |
|
OntologyRestriction |
Note: this only handle 'someof' and 'allof' restrictions, not cardinality.
|
OntologySearch |
|
OntologySearchException |
|
OntologyService |
|
OntologyService.InferenceMode |
|
OntologyService.LanguageLevel |
|
OntologyTerm |
|
OntologyTermSimple |
A light-weight version of OntologyTerms.
|
ParameterGrabber |
Generates a parameter map from a class using reflection, usefull for storing experimental parameters
|
ParamKeeper |
Keeps track of results in the form of several key/value maps (each one can represent an experiment run), can output
to spreadsheet or csv file
|
ParamSpreadSheet |
A class to convert parametergrabber information/instances into excel speadsheet lines
|
Point |
|
PrecisionRecall |
Compute area under precision recall
|
PrettyPrinter |
Very simple class to produce String versions of beans and other objects.
|
PrimitiveMatrix<R,C,V> |
Matrix that holds primitives, with an available object representation of the values.
|
ProbabilityComputer |
An interface that describes objects that can produce probabilities according to some distribution.
|
QRDecomposition |
QR with pivoting.
|
RandomChooser |
Fill arrays with random values
|
Rank |
Calculate rank statistics for arrays.
|
RCDoubleMatrix1D |
A row-compressed 1D matrix.
|
RClient |
Abstraction of a connection to R
|
RConnectionFactory |
Get a connection to R, somehow (if possible).
|
RegressionTesting |
Tools to help make regression testing easier, but also useful for other purposes.
|
ROC |
Functions for calculating Receiver operator characteristics.
|
RowAbsentFilter<M extends Matrix2D<R,C,V>,R,C,V> |
Filter a data matrix according to flags given in a separate matrix.
|
RowLevelFilter<R,C> |
Remove rows from a matrix based on some row-based statistic.
|
RowMissingFilter<M extends Matrix2D<R,C,V>,R,C,V> |
Remove rows from a matrix that are missing too many points.
|
RowNameFilter<M extends Matrix2D<R,C,V>,R,C,V> |
Remove or retain rows that are on a list.
|
RServeClient |
|
SequenceOntologyService |
Support for the Sequence Ontology
|
SingularValueDecomposition<R,C> |
SVD for DoubleMatrix.
|
Smooth |
Methods for moving averages, loess
|
SparseDoubleMatrix<R,C> |
A sparse matrix that knows about row and column names.
|
SparseDoubleMatrixReader |
|
SparseRaggedDoubleMatrix<R,C> |
A sparse matrix class where the rows are ragged and compressed.
|
SparseRaggedMatrixReader |
Best data structure for reading really big, really sparse matrices when a matrix represetation is needed.
|
SpecFunc |
Assorted special functions, primarily concerning probability distributions.
|
SpreadSheetFilter |
Processing spreadsheet values.
|
SpreadSheetSchema |
This class is to determine what information is put in the spreadsheet and its column position
|
SQLUtils |
|
Stats |
Miscellaneous functions used for statistical analysis.
|
StatusDebugLogger |
|
StatusStderr |
Prints status info to stderr
|
StatusViewer |
Intended use is to display 'status' information or other messages to users in a non-disruptive fashion (though the
actual use is up to the implementer).
|
StringConverter |
|
StringDistance |
|
StringMatrix<R,C> |
A NamedMatrix containing String objects.
|
StringMatrixReader |
Reader for basecode.dataStructure.matrix.StringMatrix
|
StringToStringSetMap |
Implemented to store string based many to many relationships.
|
StringUtil |
|
TwoWayAnovaResult |
Represents a two-way ANOVA table
|
UberonOntologyService |
Uberon
|
UndirectedGraphNode<K,V> |
|
UniformDensityComputer |
|
UniformProbabilityComputer |
Generate probabilities from the uniform distribution.
|
UnitsOntologyService |
Support for the units ontology
|
Util |
|
Visitable |
|
Wilcoxon |
Implements methods from supplementary file I of "Comparing functional annotation analyses with Catmap", Thomas
Breslin, Patrik Ed�n and Morten Krogh, BMC Bioinformatics 2004, 5:193 doi:10.1186/1471-2105-5-193
|
Wishart |
Wishart distribution, used to simulate covariance matrices.
|