Uses of Class
ubic.gemma.model.expression.designElement.CompositeSequence
Packages that use CompositeSequence
Package
Description
This package contains data structures for representing matrices of gene expression.
This package contains I/O utilities for reading and writing expression data matrices.
This package contains classes for loading single cell expression data.
Utilities for mapping
Identifiable
entities to external identifiers.This package contains classes related to the Cell Browser visualization tool.
-
Uses of CompositeSequence in ubic.gemma.core.analysis.expression.coexpression.links
Methods in ubic.gemma.core.analysis.expression.coexpression.links that return CompositeSequenceModifier and TypeMethodDescriptionLinkAnalysis.getProbe
(int index) AbstractMatrixRowPairAnalysis.getProbeForRow
(ExpressionDataMatrixRowElement rowEl) MatrixRowPairAnalysis.getProbeForRow
(ExpressionDataMatrixRowElement rowEl) Methods in ubic.gemma.core.analysis.expression.coexpression.links that return types with arguments of type CompositeSequenceMethod parameters in ubic.gemma.core.analysis.expression.coexpression.links with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionvoid
AbstractMatrixRowPairAnalysis.setDuplicateMap
(Map<CompositeSequence, Set<Gene>> probeToGeneMap) void
MatrixRowPairAnalysis.setDuplicateMap
(Map<CompositeSequence, Set<Gene>> probeToGeneMap) void
LinkAnalysis.setProbeToGeneMap
(Map<CompositeSequence, Set<Gene>> probeToGeneMap) Once set, is unmodifiable. -
Uses of CompositeSequence in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff with parameters of type CompositeSequenceModifier and TypeMethodDescriptionstatic String
DiffExAnalyzerUtils.nameForR
(CompositeSequence cs) Method parameters in ubic.gemma.core.analysis.expression.diff with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionstatic DoubleMatrix
<String, String> DiffExAnalyzerUtils.makeDataMatrix
(ObjectMatrix<String, String, Object> designMatrix, DoubleMatrix<CompositeSequence, BioMaterial> namedMatrix) Convert the data into a string-keyed matrix. -
Uses of CompositeSequence in ubic.gemma.core.analysis.preprocess.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that return types with arguments of type CompositeSequence -
Uses of CompositeSequence in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence that return CompositeSequenceMethods in ubic.gemma.core.analysis.sequence with parameters of type CompositeSequenceModifier and TypeMethodDescriptionCompositeSequenceMapValueObject.fromEntity
(CompositeSequence cs) Method parameters in ubic.gemma.core.analysis.sequence with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionArrayDesignMapResultService.summarizeMapResults
(Collection<CompositeSequence> compositeSequences) Non-HQL version of the composite sequence data summary query.ArrayDesignMapResultServiceImpl.summarizeMapResults
(Collection<CompositeSequence> compositeSequences) Constructors in ubic.gemma.core.analysis.sequence with parameters of type CompositeSequence -
Uses of CompositeSequence in ubic.gemma.core.analysis.service
Methods in ubic.gemma.core.analysis.service that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionCompositeSequenceGeneMapperService.getGene2ProbeMapByOfficialSymbols
(Collection<String> officialSymbols, Collection<ArrayDesign> arrayDesigns) ArrayDesignAnnotationService.readAnnotationFile
(ArrayDesign arrayDesign) This tries to read one of the annotation files (noparents, bioprocess or regular) to get the gene information - GO annotations are not part of the result.ArrayDesignAnnotationServiceImpl.readAnnotationFile
(ArrayDesign arrayDesign) Method parameters in ubic.gemma.core.analysis.service with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionvoid
DiffExAnalysisResultSetWriter.write
(DifferentialExpressionAnalysis analysis, Map<CompositeSequence, String[]> geneAnnotations, DifferentialExpressionAnalysisConfig config, boolean hasSignificantBatchConfound, OutputStream stream) Write aDifferentialExpressionAnalysis
as a ZIP archive containing entries for the analysis and each result set. -
Uses of CompositeSequence in ubic.gemma.core.datastructure.matrix
Fields in ubic.gemma.core.datastructure.matrix with type parameters of type CompositeSequenceModifier and TypeFieldDescriptionprotected Map
<CompositeSequence, BioAssayDimension> AbstractMultiAssayExpressionDataMatrix.bioAssayDimensions
protected Map
<Integer, CompositeSequence> AbstractMultiAssayExpressionDataMatrix.rowDesignElementMapByInteger
protected Map
<CompositeSequence, Integer> AbstractMultiAssayExpressionDataMatrix.rowElementMap
Methods in ubic.gemma.core.datastructure.matrix that return CompositeSequenceModifier and TypeMethodDescriptionExpressionDataMatrixRowElement.getDesignElement()
AbstractBulkExpressionDataMatrix.getDesignElementForRow
(int index) AbstractMultiAssayExpressionDataMatrix.getDesignElementForRow
(int index) EmptySingleCellExpressionDataMatrix.getDesignElementForRow
(int index) ExpressionDataMatrix.getDesignElementForRow
(int index) Return a design element for a given index.MaskedExpressionDataMatrix.getDesignElementForRow
(int index) SingleCellExpressionDataDoubleMatrix.getDesignElementForRow
(int index) SingleCellExpressionDataIntMatrix.getDesignElementForRow
(int index) Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionAbstractBulkExpressionDataMatrix.getDesignElements()
AbstractMultiAssayExpressionDataMatrix.getDesignElements()
EmptySingleCellExpressionDataMatrix.getDesignElements()
ExpressionDataMatrix.getDesignElements()
Obtain all the design elements in this data matrix.MaskedExpressionDataMatrix.getDesignElements()
SingleCellExpressionDataDoubleMatrix.getDesignElements()
SingleCellExpressionDataIntMatrix.getDesignElements()
ExpressionDataDoubleMatrix.getMatrix()
ExpressionDataDoubleMatrix.getRanks()
TwoChannelExpressionDataMatrixBuilder.getRanksByMean()
ExpressionDataDoubleMatrix.getRowNames()
Methods in ubic.gemma.core.datastructure.matrix with parameters of type CompositeSequenceModifier and TypeMethodDescriptionprotected void
AbstractMultiAssayExpressionDataMatrix.addToRowMaps
(int row, CompositeSequence designElement) Each row is a unique DesignElement.int
AbstractMultiAssayExpressionDataMatrix.columns
(CompositeSequence el) int
MultiAssayBulkExpressionDataMatrix.columns
(CompositeSequence el) Number of columns that use the given design element.AbstractBulkExpressionDataMatrix.get
(CompositeSequence designElement, BioAssay bioAssay) AbstractMultiAssayExpressionDataMatrix.get
(CompositeSequence designElement, BioAssay bioAssay) BulkExpressionDataMatrix.get
(CompositeSequence designElement, BioAssay bioAssay) Access a single value of the matrix.ExpressionDataIntegerMatrix.get
(CompositeSequence designElement, BioMaterial bioMaterial) AbstractMultiAssayExpressionDataMatrix.getBioAssayDimension
(CompositeSequence designElement) MultiAssayBulkExpressionDataMatrix.getBioAssayDimension
(CompositeSequence designElement) Produce a BioAssayDimension representing the matrix columns for a specific row.T[]
AbstractBulkExpressionDataMatrix.getRow
(CompositeSequence designElement) T[]
AbstractMultiAssayExpressionDataMatrix.getRow
(CompositeSequence designElement) Object[]
EmptySingleCellExpressionDataMatrix.getRow
(CompositeSequence designElement) T[]
ExpressionDataMatrix.getRow
(CompositeSequence designElement) Return a row that 'came from' the given design element.T[]
MaskedExpressionDataMatrix.getRow
(CompositeSequence designElement) Double[]
SingleCellExpressionDataDoubleMatrix.getRow
(CompositeSequence designElement) Integer[]
SingleCellExpressionDataIntMatrix.getRow
(CompositeSequence designElement) double[]
BulkExpressionDataDoubleMatrix.getRowAsDoubles
(CompositeSequence designElement) double[]
ExpressionDataDoubleMatrix.getRowAsDoubles
(CompositeSequence designElement) double[]
ExpressionDataPrimitiveDoubleMatrix.getRowAsDoubles
(CompositeSequence designElement) Retrieve the row for the given design element without boxing.double[]
SingleCellExpressionDataDoubleMatrix.getRowAsDoubles
(CompositeSequence designElement) int[]
BulkExpressionDataIntMatrix.getRowAsInts
(CompositeSequence designElement) int[]
ExpressionDataPrimitiveIntMatrix.getRowAsInts
(CompositeSequence designElement) Retrieve the row for the given design element without boxing.int[]
SingleCellExpressionDataIntMatrix.getRowAsInts
(CompositeSequence designElement) int
AbstractBulkExpressionDataMatrix.getRowIndex
(CompositeSequence designElement) int
AbstractMultiAssayExpressionDataMatrix.getRowIndex
(CompositeSequence designElement) int
EmptySingleCellExpressionDataMatrix.getRowIndex
(CompositeSequence designElement) int
ExpressionDataMatrix.getRowIndex
(CompositeSequence designElement) int
MaskedExpressionDataMatrix.getRowIndex
(CompositeSequence designElement) int
SingleCellExpressionDataDoubleMatrix.getRowIndex
(CompositeSequence designElement) int
SingleCellExpressionDataIntMatrix.getRowIndex
(CompositeSequence designElement) int[]
AbstractBulkExpressionDataMatrix.getRowIndices
(CompositeSequence designElement) int[]
AbstractMultiAssayExpressionDataMatrix.getRowIndices
(CompositeSequence designElement) int[]
EmptySingleCellExpressionDataMatrix.getRowIndices
(CompositeSequence designElement) int[]
ExpressionDataMatrix.getRowIndices
(CompositeSequence designElement) Obtain all the rows that correspond to the given design element, ornull
if the design element is not found.int[]
MaskedExpressionDataMatrix.getRowIndices
(CompositeSequence designElement) int[]
SingleCellExpressionDataDoubleMatrix.getRowIndices
(CompositeSequence designElement) int[]
SingleCellExpressionDataIntMatrix.getRowIndices
(CompositeSequence designElement) void
ExpressionDataDoubleMatrix.set
(CompositeSequence designElement, BioAssay bioAssay, Double value) Constructor parameters in ubic.gemma.core.datastructure.matrix with type arguments of type CompositeSequenceModifierConstructorDescriptionprotected
AbstractBulkExpressionDataMatrix
(ExpressionExperiment expressionExperiment, BioAssayDimension dimension, QuantitationType quantitationType, List<CompositeSequence> designElements) ExpressionDataDoubleMatrix
(ExpressionDataDoubleMatrix sourceMatrix, List<CompositeSequence> rowsToUse) Create a matrix based on another one's selected rows.ExpressionDataDoubleMatrix
(ExpressionDataDoubleMatrix dmatrix, DoubleMatrix<CompositeSequence, BioMaterial> copiedMatrix) ExpressionDataDoubleMatrix
(ExpressionDataDoubleMatrix sourceMatrix, DoubleMatrix<CompositeSequence, BioMaterial> dataMatrix, Collection<QuantitationType> quantitationTypes) Create a data matrix like sourceMatrix but use the values and quantitations from dataMatrix.ExpressionDataDoubleMatrix
(ExpressionExperiment ee, QuantitationType qt, DoubleMatrix<CompositeSequence, BioMaterial> matrix) Create a matrix given a 'raw' matrix that uses the same samples as the experiment.ExpressionDataStringMatrix
(ExpressionExperiment expressionExperiment, Collection<CompositeSequence> designElements, QuantitationType quantitationType) -
Uses of CompositeSequence in ubic.gemma.core.datastructure.matrix.io
Method parameters in ubic.gemma.core.datastructure.matrix.io with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionint
MatrixWriter.write
(BulkExpressionDataMatrix<?> matrix, Class<? extends BulkExpressionDataVector> vectorType, Map<CompositeSequence, Collection<Gene>> geneAnnotations, Writer writer) int
MexMatrixWriter.write
(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, OutputStream stream) Write a MEX matrix as a TAR archive to the given output stream.int
MexMatrixWriter.write
(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, Path outputDir) Write a matrix to a directory.int
TabularMatrixWriter.write
(Collection<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) int
TabularMatrixWriter.write
(Stream<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) int
TabularMatrixWriter.write
(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) int
MatrixWriter.writeWithStringifiedGeneAnnotations
(Writer writer, BulkExpressionDataMatrix<?> matrix, Class<? extends BulkExpressionDataVector> vectorType, Map<CompositeSequence, String[]> geneAnnotations) Alternate method that uses annotations in string form (e.g., read from another file). -
Uses of CompositeSequence in ubic.gemma.core.loader.expression.arrayDesign
Methods in ubic.gemma.core.loader.expression.arrayDesign that return CompositeSequenceModifier and TypeMethodDescriptionReporter.getCompositeSequence()
protected CompositeSequence
AffyProbeReader.getKey
(Collection<Reporter> newItem) CompositeSequenceParser.parseOneLine
(String line) Methods in ubic.gemma.core.loader.expression.arrayDesign that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionAffyProbeReader.getKeySet()
CompositeSequenceParser.getResults()
Methods in ubic.gemma.core.loader.expression.arrayDesign with parameters of type CompositeSequenceModifier and TypeMethodDescriptionprotected void
CompositeSequenceParser.addResult
(CompositeSequence obj) boolean
AffyProbeReader.containsKey
(CompositeSequence key) AffyProbeReader.get
(CompositeSequence key) void
ArrayDesignProbeMapperService.printResult
(CompositeSequence compositeSequence, Collection<BlatAssociation> col) Print results to STDOUTvoid
ArrayDesignProbeMapperServiceImpl.printResult
(CompositeSequence compositeSequence, Collection<BlatAssociation> col) ArrayDesignProbeMapperService.processCompositeSequence
(ProbeMapperConfig config, Taxon taxon, GoldenPathSequenceAnalysis goldenPathDb, CompositeSequence compositeSequence) ArrayDesignProbeMapperServiceImpl.processCompositeSequence
(ProbeMapperConfig config, Taxon taxon, GoldenPathSequenceAnalysis goldenPathDb, CompositeSequence compositeSequence) protected void
AffyProbeReader.put
(CompositeSequence key, Collection<Reporter> value) void
Reporter.setCompositeSequence
(CompositeSequence compositeSequence) Method parameters in ubic.gemma.core.loader.expression.arrayDesign with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionvoid
ArrayDesignSequenceProcessingService.assignSequencesToDesignElements
(Collection<CompositeSequence> designElements, File fastaFile) Associate sequences with an array design.void
ArrayDesignSequenceProcessingService.assignSequencesToDesignElements
(Collection<CompositeSequence> designElements, InputStream fastaFile) void
ArrayDesignSequenceProcessingService.assignSequencesToDesignElements
(Collection<CompositeSequence> designElements, Collection<BioSequence> sequences) Associate sequences with an array design.void
ArrayDesignSequenceProcessingServiceImpl.assignSequencesToDesignElements
(Collection<CompositeSequence> designElements, File fastaFile) void
ArrayDesignSequenceProcessingServiceImpl.assignSequencesToDesignElements
(Collection<CompositeSequence> designElements, InputStream fastaFile) Associate sequences with an array design.void
ArrayDesignSequenceProcessingServiceImpl.assignSequencesToDesignElements
(Collection<CompositeSequence> designElements, Collection<BioSequence> sequences) -
Uses of CompositeSequence in ubic.gemma.core.loader.expression.singleCell
Method parameters in ubic.gemma.core.loader.expression.singleCell with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionAbstractDelegatingSingleCellDataLoader.loadVectors
(Collection<CompositeSequence> designElements, SingleCellDimension dimension, QuantitationType quantitationType) AnnDataSingleCellDataLoader.loadVectors
(Collection<CompositeSequence> designElements, SingleCellDimension dimension, QuantitationType quantitationType) MexSingleCellDataLoader.loadVectors
(Collection<CompositeSequence> designElements, SingleCellDimension scd, QuantitationType quantitationType) NullSingleCellDataLoader.loadVectors
(Collection<CompositeSequence> designElements, SingleCellDimension dimension, QuantitationType quantitationType) SingleCellDataLoader.loadVectors
(Collection<CompositeSequence> designElements, SingleCellDimension dimension, QuantitationType quantitationType) Produces a stream of single-cell expression data vectors for the givenQuantitationType
. -
Uses of CompositeSequence in ubic.gemma.core.loader.util.mapper
Methods in ubic.gemma.core.loader.util.mapper that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionAbstractGeneIdentifierBasedDesignElementMapper.forCandidates
(Collection<CompositeSequence> candidates) DesignElementMapper.forCandidates
(ArrayDesign platform) Create a mapper for the design elements of a given platform.Method parameters in ubic.gemma.core.loader.util.mapper with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionAbstractGeneIdentifierBasedDesignElementMapper.forCandidates
(Collection<CompositeSequence> candidates) Constructor parameters in ubic.gemma.core.loader.util.mapper with type arguments of type CompositeSequenceModifierConstructorDescriptionprotected
MapBasedDesignElementMapper
(String name, Map<String, CompositeSequence> elementsMapping) -
Uses of CompositeSequence in ubic.gemma.core.search
Methods in ubic.gemma.core.search that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptiondefault Collection
<SearchResult<CompositeSequence>> SearchSource.searchCompositeSequence
(SearchSettings settings, SearchContext context) -
Uses of CompositeSequence in ubic.gemma.core.search.source
Methods in ubic.gemma.core.search.source that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionCompositeSearchSource.searchCompositeSequence
(SearchSettings settings, SearchContext context) DatabaseSearchSource.searchCompositeSequence
(SearchSettings settings, SearchContext context) HibernateSearchSource.searchCompositeSequence
(SearchSettings settings, SearchContext context) -
Uses of CompositeSequence in ubic.gemma.core.visualization
Method parameters in ubic.gemma.core.visualization with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionstatic ExpressionDataHeatmap
ExpressionDataHeatmap.fromDesignElements
(ExpressionExperiment ee, BioAssayDimension dimension, Slice<CompositeSequence> designElements, List<Gene> genes) Create a heatmap for a given set of design elements.static ExpressionDataHeatmap
ExpressionDataHeatmap.fromDesignElements
(ExpressionExperimentSubSet subSet, BioAssayDimension dimension, Slice<CompositeSequence> designElements, List<Gene> genes) Create a heatmap for a subset using design elements. -
Uses of CompositeSequence in ubic.gemma.core.visualization.cellbrowser
Method parameters in ubic.gemma.core.visualization.cellbrowser with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionint
CellBrowserTabularMatrixWriter.write
(Collection<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) int
CellBrowserTabularMatrixWriter.write
(Stream<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) -
Uses of CompositeSequence in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff that return CompositeSequenceMethods in ubic.gemma.model.analysis.expression.diff with parameters of type CompositeSequenceModifier and TypeMethodDescriptionvoid
DifferentialExpressionAnalysisResult.setProbe
(CompositeSequence probe) -
Uses of CompositeSequence in ubic.gemma.model.analysis.expression.pca
Methods in ubic.gemma.model.analysis.expression.pca that return CompositeSequenceMethods in ubic.gemma.model.analysis.expression.pca with parameters of type CompositeSequenceModifier and TypeMethodDescriptionstatic ProbeLoading
ProbeLoading.Factory.newInstance
(Integer componentNumber, Double loading, Integer loadingRank, CompositeSequence probe) void
ProbeLoading.setProbe
(CompositeSequence probe) -
Uses of CompositeSequence in ubic.gemma.model.expression.arrayDesign
Methods in ubic.gemma.model.expression.arrayDesign that return types with arguments of type CompositeSequenceMethod parameters in ubic.gemma.model.expression.arrayDesign with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionvoid
ArrayDesign.setCompositeSequences
(Set<CompositeSequence> compositeSequences) -
Uses of CompositeSequence in ubic.gemma.model.expression.designElement
Methods in ubic.gemma.model.expression.designElement that return CompositeSequenceModifier and TypeMethodDescriptionstatic CompositeSequence
CompositeSequence.Factory.newInstance()
static CompositeSequence
CompositeSequence.Factory.newInstance
(String name) static CompositeSequence
CompositeSequence.Factory.newInstance
(String name, ArrayDesign ad) static CompositeSequence
CompositeSequence.Factory.newInstance
(String name, ArrayDesign ad, BioSequence bioSequence) Constructors in ubic.gemma.model.expression.designElement with parameters of type CompositeSequenceModifierConstructorDescriptionCompositeSequenceValueObject
(CompositeSequence cs, ArrayDesignValueObject arrayDesign) Constructor that reuses an existingArrayDesignValueObject
. -
Uses of CompositeSequence in ubic.gemma.persistence.persister
Methods in ubic.gemma.persistence.persister that return CompositeSequenceModifier and TypeMethodDescriptionArrayDesignsForExperimentCache.getFromCache
(CompositeSequence cs) Methods in ubic.gemma.persistence.persister with parameters of type CompositeSequenceModifier and TypeMethodDescriptionvoid
ArrayDesignsForExperimentCache.addToCache
(CompositeSequence cs) ArrayDesignsForExperimentCache.getFromCache
(CompositeSequence cs) Method parameters in ubic.gemma.persistence.persister with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionvoid
ArrayDesignsForExperimentCache.add
(ArrayDesign arrayDesign, Map<CompositeSequence, BioSequence> sequences) void
ArrayDesignsForExperimentCache.add
(ArrayDesign arrayDesign, Set<CompositeSequence> seqs) -
Uses of CompositeSequence in ubic.gemma.persistence.service.analysis.expression.pca
Method parameters in ubic.gemma.persistence.service.analysis.expression.pca with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionPrincipalComponentAnalysisService.create
(ExpressionExperiment ee, DoubleMatrix<CompositeSequence, Integer> u, double[] eigenvalues, DoubleMatrix<Integer, BioMaterial> v, BioAssayDimension bad, int numComponentsToStore, int numLoadingsToStore) PrincipalComponentAnalysisServiceImpl.create
(ExpressionExperiment ee, DoubleMatrix<CompositeSequence, Integer> u, double[] eigenvalues, DoubleMatrix<Integer, BioMaterial> v, BioAssayDimension bad, int numComponentsToStore, int numLoadingsToStore) -
Uses of CompositeSequence in ubic.gemma.persistence.service.expression.arrayDesign
Methods in ubic.gemma.persistence.service.expression.arrayDesign that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionArrayDesignService.getAlignments
(ArrayDesign arrayDesign) Retrieves alignments for the platform elements, limited to those which map to a gene product (so not all blat results)ArrayDesignServiceImpl.getAlignments
(ArrayDesign arrayDesign) ArrayDesignDao.getBioSequences
(ArrayDesign arrayDesign) ArrayDesignDaoImpl.getBioSequences
(ArrayDesign arrayDesign) ArrayDesignService.getBioSequences
(ArrayDesign arrayDesign) Return all the (unique) biosequences associated with the array design.ArrayDesignServiceImpl.getBioSequences
(ArrayDesign arrayDesign) ArrayDesignService.getCompositeSequences
(ArrayDesign arrayDesign) ArrayDesignService.getCompositeSequences
(ArrayDesign arrayDesign, int limit, int offset) ArrayDesignServiceImpl.getCompositeSequences
(ArrayDesign arrayDesign) ArrayDesignServiceImpl.getCompositeSequences
(ArrayDesign arrayDesign, int limit, int offset) ArrayDesignDao.getGenesByCompositeSequence
(Collection<ArrayDesign> arrayDesign) ArrayDesignDao.getGenesByCompositeSequence
(ArrayDesign arrayDesign) Obtain all the genes associated to the platform organized by corresponding design elements.ArrayDesignDaoImpl.getGenesByCompositeSequence
(Collection<ArrayDesign> arrayDesign) ArrayDesignDaoImpl.getGenesByCompositeSequence
(ArrayDesign arrayDesign) ArrayDesignService.getGenesByCompositeSequence
(Collection<ArrayDesign> arrayDesign) ArrayDesignService.getGenesByCompositeSequence
(ArrayDesign arrayDesign) ArrayDesignServiceImpl.getGenesByCompositeSequence
(Collection<ArrayDesign> arrayDesign) ArrayDesignServiceImpl.getGenesByCompositeSequence
(ArrayDesign arrayDesign) ArrayDesignDao.loadAlignments
(ArrayDesign arrayDesign) ArrayDesignDaoImpl.loadAlignments
(ArrayDesign arrayDesign) ArrayDesignDao.loadCompositeSequences
(ArrayDesign arrayDesign, int limit, int offset) ArrayDesignDaoImpl.loadCompositeSequences
(ArrayDesign arrayDesign, int limit, int offset) Method parameters in ubic.gemma.persistence.service.expression.arrayDesign with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionvoid
ArrayDesignDao.addProbes
(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) void
ArrayDesignDaoImpl.addProbes
(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) void
ArrayDesignService.addProbes
(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) void
ArrayDesignServiceImpl.addProbes
(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) -
Uses of CompositeSequence in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionProcessedExpressionDataVectorService.getProcessedDataVectorsDesignElements
(ExpressionExperiment expressionExperiment, BioAssayDimension dimension, int offset, int limit) ProcessedExpressionDataVectorServiceImpl.getProcessedDataVectorsDesignElements
(ExpressionExperiment expressionExperiment, BioAssayDimension dimension, int offset, int limit) ProcessedExpressionDataVectorDao.getProcessedVectorsDesignElements
(ExpressionExperiment ee, BioAssayDimension dimension, int offset, int limit) Only retrieve the design elements for a slice of vectors.ProcessedExpressionDataVectorDaoImpl.getProcessedVectorsDesignElements
(ExpressionExperiment ee, BioAssayDimension dimension, int offset, int limit) Methods in ubic.gemma.persistence.service.expression.bioAssayData with parameters of type CompositeSequenceModifier and TypeMethodDescriptionint
RawAndProcessedExpressionDataVectorDao.removeByCompositeSequence
(CompositeSequence cs) Remove all raw and processed vectors for a given probe.int
RawAndProcessedExpressionDataVectorDaoImpl.removeByCompositeSequence
(CompositeSequence cs) int
RawAndProcessedExpressionDataVectorService.removeByCompositeSequence
(CompositeSequence cs) int
RawAndProcessedExpressionDataVectorServiceImpl.removeByCompositeSequence
(CompositeSequence cs) Method parameters in ubic.gemma.persistence.service.expression.bioAssayData with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionRawExpressionDataVectorDao.find
(Collection<CompositeSequence> designElements, QuantitationType quantitationType) RawExpressionDataVectorDaoImpl.find
(Collection<CompositeSequence> designElements, QuantitationType quantitationType) RawExpressionDataVectorService.find
(Collection<CompositeSequence> designElements, QuantitationType quantitationType) RawExpressionDataVectorServiceImpl.find
(Collection<CompositeSequence> designElements, QuantitationType quantitationType) ProcessedExpressionDataVectorService.getProcessedDataArraysByProbe
(ExpressionExperiment ee, Collection<CompositeSequence> compositeSequences) ProcessedExpressionDataVectorServiceImpl.getProcessedDataArraysByProbe
(ExpressionExperiment ee, Collection<CompositeSequence> compositeSequences) -
Uses of CompositeSequence in ubic.gemma.persistence.service.expression.designElement
Methods in ubic.gemma.persistence.service.expression.designElement that return CompositeSequenceModifier and TypeMethodDescriptionCompositeSequenceService.create
(CompositeSequence compositeSequence) CompositeSequenceDaoImpl.find
(CompositeSequence compositeSequence) CompositeSequenceService.find
(CompositeSequence compositeSequence) CompositeSequenceDao.findByName
(ArrayDesign arrayDesign, String name) CompositeSequenceDaoImpl.findByName
(ArrayDesign arrayDesign, String name) CompositeSequenceService.findByName
(ArrayDesign arrayDesign, String name) CompositeSequenceServiceImpl.findByName
(ArrayDesign arrayDesign, String name) CompositeSequenceService.findOrCreate
(CompositeSequence compositeSequence) CompositeSequenceService.thaw
(CompositeSequence compositeSequence) CompositeSequenceServiceImpl.thaw
(CompositeSequence compositeSequence) Methods in ubic.gemma.persistence.service.expression.designElement that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionCompositeSequenceDao.findByBioSequence
(BioSequence bioSequence) CompositeSequenceDaoImpl.findByBioSequence
(BioSequence bioSequence) CompositeSequenceService.findByBioSequence
(BioSequence bioSequence) CompositeSequenceServiceImpl.findByBioSequence
(BioSequence bioSequence) CompositeSequenceDao.findByBioSequenceName
(String name) CompositeSequenceDaoImpl.findByBioSequenceName
(String name) CompositeSequenceService.findByBioSequenceName
(String name) CompositeSequenceServiceImpl.findByBioSequenceName
(String name) CompositeSequenceDao.findByGene
(Gene gene) CompositeSequenceDao.findByGene
(Gene gene, int start, int limit) CompositeSequenceDao.findByGene
(Gene gene, ArrayDesign arrayDesign) CompositeSequenceDaoImpl.findByGene
(Gene gene) CompositeSequenceDaoImpl.findByGene
(Gene gene, int start, int limit) CompositeSequenceDaoImpl.findByGene
(Gene gene, ArrayDesign arrayDesign) CompositeSequenceService.findByGene
(Gene gene) CompositeSequenceService.findByGene
(Gene gene, ArrayDesign arrayDesign) CompositeSequenceServiceImpl.findByGene
(Gene gene) CompositeSequenceServiceImpl.findByGene
(Gene gene, ArrayDesign arrayDesign) CompositeSequenceDao.findByName
(String name) CompositeSequenceDaoImpl.findByName
(String name) CompositeSequenceService.findByName
(String name) CompositeSequenceServiceImpl.findByName
(String name) CompositeSequenceService.findByNamesInArrayDesigns
(Collection<String> compositeSequenceNames, Collection<ArrayDesign> arrayDesigns) CompositeSequenceServiceImpl.findByNamesInArrayDesigns
(Collection<String> compositeSequenceNames, Collection<ArrayDesign> arrayDesigns) Checks to see if the CompositeSequence exists in any of the array designs.CompositeSequenceDao.getGenes
(Collection<CompositeSequence> compositeSequences) Given a collection of composite sequences returns a map of the given composite sequences to a collection of genesCompositeSequenceDaoImpl.getGenes
(Collection<CompositeSequence> compositeSequences) CompositeSequenceService.getGenes
(Collection<CompositeSequence> sequences) Given a Collection of composite sequences returns of map of a composite sequence to a collection of genesCompositeSequenceServiceImpl.getGenes
(Collection<CompositeSequence> sequences) CompositeSequenceDao.getGenesWithSpecificity
(Collection<CompositeSequence> compositeSequences) CompositeSequenceDaoImpl.getGenesWithSpecificity
(Collection<CompositeSequence> compositeSequences) CompositeSequenceService.getGenesWithSpecificity
(Collection<CompositeSequence> compositeSequences) CompositeSequenceServiceImpl.getGenesWithSpecificity
(Collection<CompositeSequence> compositeSequences) CompositeSequenceService.load
(Collection<Long> ids) CompositeSequenceService.thaw
(Collection<CompositeSequence> compositeSequences) CompositeSequenceServiceImpl.thaw
(Collection<CompositeSequence> compositeSequences) Methods in ubic.gemma.persistence.service.expression.designElement with parameters of type CompositeSequenceModifier and TypeMethodDescriptionCompositeSequenceService.create
(CompositeSequence compositeSequence) protected CompositeSequenceValueObject
CompositeSequenceDaoImpl.doLoadValueObject
(CompositeSequence entity) CompositeSequenceDaoImpl.find
(CompositeSequence compositeSequence) CompositeSequenceService.find
(CompositeSequence compositeSequence) CompositeSequenceService.findOrCreate
(CompositeSequence compositeSequence) CompositeSequenceDao.getGenes
(CompositeSequence compositeSequence, int offset, int limit) given a composite sequence returns a collection of genesCompositeSequenceDaoImpl.getGenes
(CompositeSequence compositeSequence, int offset, int limit) CompositeSequenceService.getGenes
(CompositeSequence compositeSequence) CompositeSequenceService.getGenes
(CompositeSequence compositeSequence, int offset, int limit) CompositeSequenceServiceImpl.getGenes
(CompositeSequence compositeSequence) CompositeSequenceServiceImpl.getGenes
(CompositeSequence compositeSequence, int offset, int limit) protected void
CompositeSequenceDaoImpl.initializeCachedFilteringResult
(CompositeSequence cachedEntity) CompositeSequenceService.loadValueObjectWithGeneMappingSummary
(CompositeSequence cs) Include gene mapping summary in theCompositeSequenceValueObject
.CompositeSequenceServiceImpl.loadValueObjectWithGeneMappingSummary
(CompositeSequence cs) void
CompositeSequenceService.remove
(CompositeSequence compositeSequence) void
CompositeSequenceDao.thaw
(CompositeSequence compositeSequence) void
CompositeSequenceDaoImpl.thaw
(CompositeSequence cs) CompositeSequenceService.thaw
(CompositeSequence compositeSequence) CompositeSequenceServiceImpl.thaw
(CompositeSequence compositeSequence) void
CompositeSequenceService.update
(CompositeSequence compositeSequence) Method parameters in ubic.gemma.persistence.service.expression.designElement with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionCompositeSequenceDao.getGenes
(Collection<CompositeSequence> compositeSequences) Given a collection of composite sequences returns a map of the given composite sequences to a collection of genesCompositeSequenceDaoImpl.getGenes
(Collection<CompositeSequence> compositeSequences) CompositeSequenceService.getGenes
(Collection<CompositeSequence> sequences) Given a Collection of composite sequences returns of map of a composite sequence to a collection of genesCompositeSequenceServiceImpl.getGenes
(Collection<CompositeSequence> sequences) CompositeSequenceDao.getGenesWithSpecificity
(Collection<CompositeSequence> compositeSequences) CompositeSequenceDaoImpl.getGenesWithSpecificity
(Collection<CompositeSequence> compositeSequences) CompositeSequenceService.getGenesWithSpecificity
(Collection<CompositeSequence> compositeSequences) CompositeSequenceServiceImpl.getGenesWithSpecificity
(Collection<CompositeSequence> compositeSequences) Collection
<Object[]> CompositeSequenceDao.getRawSummary
(Collection<CompositeSequence> compositeSequences) Collection
<Object[]> CompositeSequenceDaoImpl.getRawSummary
(Collection<CompositeSequence> compositeSequences) Collection
<Object[]> CompositeSequenceService.getRawSummary
(Collection<CompositeSequence> compositeSequences) Collection
<Object[]> CompositeSequenceServiceImpl.getRawSummary
(Collection<CompositeSequence> compositeSequences) void
CompositeSequenceServiceImpl.remove
(Collection<CompositeSequence> sequencesToDelete) void
CompositeSequenceDao.thaw
(Collection<CompositeSequence> compositeSequences) void
CompositeSequenceDaoImpl.thaw
(Collection<CompositeSequence> compositeSequences) CompositeSequenceService.thaw
(Collection<CompositeSequence> compositeSequences) CompositeSequenceServiceImpl.thaw
(Collection<CompositeSequence> compositeSequences) -
Uses of CompositeSequence in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type CompositeSequenceModifier and TypeMethodDescriptionExpressionExperimentDao.getSingleCellDataVectorWithoutCellIds
(ExpressionExperiment ee, QuantitationType quantitationType, CompositeSequence designElement) ExpressionExperimentDaoImpl.getSingleCellDataVectorWithoutCellIds
(ExpressionExperiment ee, QuantitationType quantitationType, CompositeSequence designElement) SingleCellExpressionExperimentService.getSingleCellDataVectorWithoutCellIds
(ExpressionExperiment ee, QuantitationType quantitationType, CompositeSequence designElement) Obtain a single single-cell vector without initializing cell IDs.SingleCellExpressionExperimentServiceImpl.getSingleCellDataVectorWithoutCellIds
(ExpressionExperiment ee, QuantitationType quantitationType, CompositeSequence designElement) -
Uses of CompositeSequence in ubic.gemma.persistence.service.genome
Methods in ubic.gemma.persistence.service.genome that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionGeneDao.getCompositeSequences
(Gene gene, boolean includeDummyProducts) Get the composite sequences (e.g. probes) associated with this gene, for any platform.GeneDao.getCompositeSequences
(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) Get the composite sequences (e.g. probes) associated with this gene via a particular platform.GeneDaoImpl.getCompositeSequences
(Gene gene, boolean includeDummyProducts) GeneDaoImpl.getCompositeSequences
(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) GeneDao.getCompositeSequencesById
(long id, boolean includeDummyProducts) GeneDaoImpl.getCompositeSequencesById
(long id, boolean includeDummyProducts) Gets all the CompositeSequences related to the gene identified by the given id. -
Uses of CompositeSequence in ubic.gemma.persistence.service.genome.biosequence
Methods in ubic.gemma.persistence.service.genome.biosequence with parameters of type CompositeSequenceModifier and TypeMethodDescriptionBioSequenceDao.findByCompositeSequence
(CompositeSequence compositeSequence) BioSequenceDaoImpl.findByCompositeSequence
(CompositeSequence compositeSequence) BioSequenceService.findByCompositeSequence
(CompositeSequence compositeSequence) BioSequenceServiceImpl.findByCompositeSequence
(CompositeSequence compositeSequence) -
Uses of CompositeSequence in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionGeneService.getCompositeSequences
(Gene gene, boolean includeDummyProducts) GeneService.getCompositeSequences
(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) GeneServiceImpl.getCompositeSequences
(Gene gene, boolean includeDummyProducts) GeneServiceImpl.getCompositeSequences
(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) GeneService.getCompositeSequencesById
(Long geneId, boolean includeDummyProducts) GeneServiceImpl.getCompositeSequencesById
(Long geneId, boolean includeDummyProducts) -
Uses of CompositeSequence in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util that return types with arguments of type CompositeSequenceModifier and TypeMethodDescriptionstatic Collection
<CompositeSequence> CommonQueries.getCompositeSequences
(Gene gene, Session session) Given a gene, get all the composite sequences that map to it.static Map
<CompositeSequence, Collection<Gene>> CommonQueries.getCs2GeneMap
(Collection<Gene> genes, Collection<ArrayDesign> arrayDesigns, Session session) static Map
<CompositeSequence, Collection<Gene>> CommonQueries.getCs2GeneMap
(Collection<Gene> genes, Session session) Methods in ubic.gemma.persistence.util with parameters of type CompositeSequenceModifier and TypeMethodDescriptionEntityUrlBuilder.ExpressionExperimentWebUrl.showSingleCellExpressionData
(QuantitationType quantitationType, CompositeSequence designElement, List<BioAssay> assays, CellLevelCharacteristics cellLevelCharacteristics, Characteristic focusedCharacteristic) -
Uses of CompositeSequence in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return CompositeSequenceModifier and TypeMethodDescriptionCompositeSequenceArgService.getEntityWithPlatform
(CompositeSequenceArg<?> probeArg, ArrayDesign platform) -
Uses of CompositeSequence in ubic.gemma.web.controller.expression.designElement
Method parameters in ubic.gemma.web.controller.expression.designElement with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionCompositeSequenceController.getGeneMappingSummary
(EntityDelegator<CompositeSequence> csd) Exposed for AJAX calls.