Interface CompositeSequenceDao
- All Superinterfaces:
BaseDao<CompositeSequence>,BaseVoEnabledDao<CompositeSequence,,CompositeSequenceValueObject> FilteringDao<CompositeSequence>,FilteringVoEnabledDao<CompositeSequence,CompositeSequenceValueObject>
- All Known Implementing Classes:
CompositeSequenceDaoImpl
public interface CompositeSequenceDao
extends FilteringVoEnabledDao<CompositeSequence,CompositeSequenceValueObject>
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfindByBioSequence(BioSequence bioSequence) findByBioSequenceName(String name) findByGene(Gene gene) findByGene(Gene gene, int start, int limit) findByGene(Gene gene, ArrayDesign arrayDesign) findByName(String name) findByName(ArrayDesign arrayDesign, String name) getGenes(Collection<CompositeSequence> compositeSequences) Given a collection of composite sequences returns a map of the given composite sequences to a collection of genesgetGenes(CompositeSequence compositeSequence, int offset, int limit) given a composite sequence returns a collection of genesgetGenesWithSpecificity(Collection<CompositeSequence> compositeSequences) Collection<Object[]> getRawSummary(Collection<CompositeSequence> compositeSequences) Collection<Object[]> getRawSummary(ArrayDesign arrayDesign, int numResults) voidthaw(Collection<CompositeSequence> compositeSequences) voidthaw(CompositeSequence compositeSequence) Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from interface ubic.gemma.persistence.service.BaseVoEnabledDao
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface ubic.gemma.persistence.service.FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyType, getSort, isFilterablePropertyDeprecated, isFilterablePropertyUsingSubquery, load, load, loadIdsMethods inherited from interface ubic.gemma.persistence.service.FilteringVoEnabledDao
loadValueObjects, loadValueObjects
-
Field Details
-
OBJECT_ALIAS
- See Also:
-
-
Method Details
-
findByBioSequence
-
findByBioSequenceName
-
findByGene
-
findByGene
-
findByGene
-
findByName
-
findByName
-
getGenes
Given a collection of composite sequences returns a map of the given composite sequences to a collection of genes- Parameters:
compositeSequences- composite sequences- Returns:
- map
-
getGenes
given a composite sequence returns a collection of genes- Parameters:
compositeSequence- sequenceoffset- offsetlimit- limit- Returns:
- collection of genes
-
getGenesWithSpecificity
Map<CompositeSequence,Collection<BioSequence2GeneProduct>> getGenesWithSpecificity(Collection<CompositeSequence> compositeSequences) - Parameters:
compositeSequences- sequences- Returns:
- a map of CompositeSequences to BlatAssociations.
-
getRawSummary
-
getRawSummary
-
thaw
-
thaw
-