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 TypeMethodDescriptionvoidAbstractMatrixRowPairAnalysis.setDuplicateMap(Map<CompositeSequence, Set<Gene>> probeToGeneMap) voidMatrixRowPairAnalysis.setDuplicateMap(Map<CompositeSequence, Set<Gene>> probeToGeneMap) voidLinkAnalysis.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 StringDiffExAnalyzerUtils.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 TypeMethodDescriptionvoidDiffExAnalysisResultSetWriter.write(DifferentialExpressionAnalysis analysis, Map<CompositeSequence, String[]> geneAnnotations, DifferentialExpressionAnalysisConfig config, boolean hasSignificantBatchConfound, OutputStream stream) Write aDifferentialExpressionAnalysisas 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.bioAssayDimensionsprotected Map<Integer, CompositeSequence> AbstractMultiAssayExpressionDataMatrix.rowDesignElementMapByIntegerprotected Map<CompositeSequence, Integer> AbstractMultiAssayExpressionDataMatrix.rowElementMapMethods 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 voidAbstractMultiAssayExpressionDataMatrix.addToRowMaps(int row, CompositeSequence designElement) Each row is a unique DesignElement.intAbstractMultiAssayExpressionDataMatrix.columns(CompositeSequence el) intMultiAssayBulkExpressionDataMatrix.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) intAbstractBulkExpressionDataMatrix.getRowIndex(CompositeSequence designElement) intAbstractMultiAssayExpressionDataMatrix.getRowIndex(CompositeSequence designElement) intEmptySingleCellExpressionDataMatrix.getRowIndex(CompositeSequence designElement) intExpressionDataMatrix.getRowIndex(CompositeSequence designElement) intMaskedExpressionDataMatrix.getRowIndex(CompositeSequence designElement) intSingleCellExpressionDataDoubleMatrix.getRowIndex(CompositeSequence designElement) intSingleCellExpressionDataIntMatrix.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, ornullif the design element is not found.int[]MaskedExpressionDataMatrix.getRowIndices(CompositeSequence designElement) int[]SingleCellExpressionDataDoubleMatrix.getRowIndices(CompositeSequence designElement) int[]SingleCellExpressionDataIntMatrix.getRowIndices(CompositeSequence designElement) voidExpressionDataDoubleMatrix.set(CompositeSequence designElement, BioAssay bioAssay, Double value) Deprecated.Method parameters in ubic.gemma.core.datastructure.matrix with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionBulkExpressionDataDoubleMatrix.sliceRows(List<CompositeSequence> designElements) BulkExpressionDataIntMatrix.sliceRows(List<CompositeSequence> designElements) EmptyBulkExpressionDataMatrix.sliceRows(List<CompositeSequence> designElements) EmptyExpressionMatrix.sliceRows(List<CompositeSequence> designElements) EmptySingleCellExpressionDataMatrix.sliceRows(List<CompositeSequence> designElements) ExpressionDataBooleanMatrix.sliceRows(List<CompositeSequence> designElements) ExpressionDataDoubleMatrix.sliceRows(List<CompositeSequence> designElements) ExpressionDataIntegerMatrix.sliceRows(List<CompositeSequence> designElements) ExpressionDataMatrix.sliceRows(List<CompositeSequence> designElements) ExpressionDataStringMatrix.sliceRows(List<CompositeSequence> designElements) MaskedExpressionDataMatrix.sliceRows(List<CompositeSequence> designElements) SingleCellExpressionDataDoubleMatrix.sliceRows(List<CompositeSequence> designElements) SingleCellExpressionDataIntMatrix.sliceRows(List<CompositeSequence> designElements) Constructor parameters in ubic.gemma.core.datastructure.matrix with type arguments of type CompositeSequenceModifierConstructorDescriptionprotectedAbstractBulkExpressionDataMatrix(ExpressionExperiment expressionExperiment, BioAssayDimension dimension, QuantitationType quantitationType, List<CompositeSequence> designElements) 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 TypeMethodDescriptionintMatrixWriter.write(BulkExpressionDataMatrix<?> matrix, Class<? extends BulkExpressionDataVector> vectorType, Map<CompositeSequence, Collection<Gene>> geneAnnotations, Writer writer) intMexMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, OutputStream stream) Write a MEX matrix as a TAR archive to the given output stream.intMexMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, Path outputDir) Write a matrix to a directory.intTabularMatrixWriter.write(Collection<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) intTabularMatrixWriter.write(Stream<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) intTabularMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) intMatrixWriter.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 CompositeSequenceAffyProbeReader.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 voidCompositeSequenceParser.addResult(CompositeSequence obj) booleanAffyProbeReader.containsKey(CompositeSequence key) AffyProbeReader.get(CompositeSequence key) voidArrayDesignProbeMapperService.printResult(CompositeSequence compositeSequence, Collection<BlatAssociation> col) Print results to STDOUTvoidArrayDesignProbeMapperServiceImpl.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 voidAffyProbeReader.put(CompositeSequence key, Collection<Reporter> value) voidReporter.setCompositeSequence(CompositeSequence compositeSequence) Method parameters in ubic.gemma.core.loader.expression.arrayDesign with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionvoidArrayDesignSequenceProcessingService.assignSequencesToDesignElements(Collection<CompositeSequence> designElements, File fastaFile) Associate sequences with an array design.voidArrayDesignSequenceProcessingService.assignSequencesToDesignElements(Collection<CompositeSequence> designElements, InputStream fastaFile) voidArrayDesignSequenceProcessingService.assignSequencesToDesignElements(Collection<CompositeSequence> designElements, Collection<BioSequence> sequences) Associate sequences with an array design.voidArrayDesignSequenceProcessingServiceImpl.assignSequencesToDesignElements(Collection<CompositeSequence> designElements, File fastaFile) voidArrayDesignSequenceProcessingServiceImpl.assignSequencesToDesignElements(Collection<CompositeSequence> designElements, InputStream fastaFile) Associate sequences with an array design.voidArrayDesignSequenceProcessingServiceImpl.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 CompositeSequenceModifierConstructorDescriptionprotectedMapBasedDesignElementMapper(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
Methods in ubic.gemma.core.visualization that return types with arguments of type CompositeSequenceMethod parameters in ubic.gemma.core.visualization with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionstatic ExpressionDataHeatmapExpressionDataHeatmap.fromDesignElements(ExpressionExperiment ee, BioAssayDimension dimension, Slice<CompositeSequence> designElements, List<Gene> genes) Create a heatmap for a given set of design elements.static ExpressionDataHeatmapExpressionDataHeatmap.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 TypeMethodDescriptionintCellBrowserTabularMatrixWriter.write(Collection<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) intCellBrowserTabularMatrixWriter.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 TypeMethodDescriptionvoidDifferentialExpressionAnalysisResult.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 ProbeLoadingProbeLoading.Factory.newInstance(Integer componentNumber, Double loading, Integer loadingRank, CompositeSequence probe) voidProbeLoading.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 TypeMethodDescriptionvoidArrayDesign.setCompositeSequences(Set<CompositeSequence> compositeSequences) -
Uses of CompositeSequence in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return CompositeSequenceMethods in ubic.gemma.model.expression.bioAssayData with parameters of type CompositeSequenceModifier and TypeMethodDescriptionvoidDesignElementDataVector.setDesignElement(CompositeSequence designElement) -
Uses of CompositeSequence in ubic.gemma.model.expression.designElement
Methods in ubic.gemma.model.expression.designElement that return CompositeSequenceModifier and TypeMethodDescriptionstatic CompositeSequenceCompositeSequence.Factory.newInstance()static CompositeSequenceCompositeSequence.Factory.newInstance(String name) static CompositeSequenceCompositeSequence.Factory.newInstance(String name, ArrayDesign ad) static CompositeSequenceCompositeSequence.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 TypeMethodDescriptionvoidArrayDesignsForExperimentCache.addToCache(CompositeSequence cs) ArrayDesignsForExperimentCache.getFromCache(CompositeSequence cs) Method parameters in ubic.gemma.persistence.persister with type arguments of type CompositeSequenceModifier and TypeMethodDescriptionvoidArrayDesignsForExperimentCache.add(ArrayDesign arrayDesign, Map<CompositeSequence, BioSequence> sequences) voidArrayDesignsForExperimentCache.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 TypeMethodDescriptionvoidArrayDesignDao.addProbes(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) voidArrayDesignDaoImpl.addProbes(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) voidArrayDesignService.addProbes(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) voidArrayDesignServiceImpl.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 TypeMethodDescriptionintRawAndProcessedExpressionDataVectorDao.removeByCompositeSequence(CompositeSequence cs) Remove all raw and processed vectors for a given probe.intRawAndProcessedExpressionDataVectorDaoImpl.removeByCompositeSequence(CompositeSequence cs) intRawAndProcessedExpressionDataVectorService.removeByCompositeSequence(CompositeSequence cs) intRawAndProcessedExpressionDataVectorServiceImpl.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 CompositeSequenceValueObjectCompositeSequenceDaoImpl.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 voidCompositeSequenceDaoImpl.initializeCachedFilteringResult(CompositeSequence cachedEntity) CompositeSequenceService.loadValueObjectWithGeneMappingSummary(CompositeSequence cs) Include gene mapping summary in theCompositeSequenceValueObject.CompositeSequenceServiceImpl.loadValueObjectWithGeneMappingSummary(CompositeSequence cs) voidCompositeSequenceService.remove(CompositeSequence compositeSequence) voidCompositeSequenceDao.thaw(CompositeSequence compositeSequence) voidCompositeSequenceDaoImpl.thaw(CompositeSequence cs) CompositeSequenceService.thaw(CompositeSequence compositeSequence) CompositeSequenceServiceImpl.thaw(CompositeSequence compositeSequence) voidCompositeSequenceService.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) voidCompositeSequenceServiceImpl.remove(Collection<CompositeSequence> sequencesToDelete) voidCompositeSequenceDao.thaw(Collection<CompositeSequence> compositeSequences) voidCompositeSequenceDaoImpl.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.GeneDao.getCompositeSequences(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) Get the composite sequences (e.g.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. -
Uses of CompositeSequence in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment that return CompositeSequenceConstructors in ubic.gemma.web.controller.expression.experiment with parameters of type CompositeSequenceModifierConstructorDescriptionSingleCellExpressionDataModel(ExpressionExperiment expressionExperiment, Collection<CellTypeAssignment> cellTypeAssignments, Collection<CellLevelCharacteristics> cellLevelCharacteristics, QuantitationType quantitationType, CompositeSequence designElement, Gene gene, Long[] assayIds, CellTypeAssignment cellTypeAssignment, CellLevelCharacteristics cellLevelCharacteristics1, Characteristic focusedCharacteristic, String keywords, String font)